Implementing Simple Intent Service in Android

0
Hello Guys !! In this tutorial we are going to implement Intent Service. It is an easy demonstration of the concept and all we...

Implementing Simple Service in Android

0
In this tutorial we are going to implement a Simple Service which we have to start and stop. In this implementation of Service...

Brief Description On SQLite

0
Hi!!! in this tutorial we are going to have a brief description about SQLite,its contents,etc which will help us understand it thoroughly: What is...

Implementing ListView In Android

0
Hello friends, here in this tutorial we are going to develop a small application using List View in which on selecting an item it...

Layouts In Android

0
In our blog today you will learn to develop a simple layout in android. We will show you the simple steps to follow it. Steps...

Developing A Simple Application In Android

0
In our blog today you will learn to develop a simple application in android. We will show you the simple steps to follow Steps to...

Installing The Android SDK

0
• Steps For Installing Android SDK: Open up the browser Specify the address “ android.developer.com “ You will get the below screen…. Now click on the Developers arrow...

Understanding Android Activity Lifecycle

Activity is the first building block of an Android App. If you are writing an app which will interact with user in some way...

Creating an app widget in Android for analog clock

Widget: App Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updates. These...

How to start an activity from another activity in Android

In our blog today you will learn to create a new activity from another activity. We have the main activity called as "StartNewActivityActivity.java". It...