Users Pricing

category

home / developersection / category
Notification example in Android
android 21 Aug 2015
Notification example in Android

Android provides notification for user information alert. It can toast notification or push notification.

How to set listview in alert dialog on android
android 26 Jun 2015
How to set listview in alert dialog on android

A dialog is a small window that prompts the user to make a decision or enter additional information.

How to set shape of Image view in Android
android 24 Jun 2015
How to set shape of Image view in Android

In Android, you can use android.widget.ImageView class to display an image file. Image file is easy to use but hard to master,

Adapter in Android
android 30 May 2015
Adapter in Android

Adapters are the link between a set of data and the AdapterView that displays the data.

SOAP example in android
android 05 May 2015
SOAP example in android

SOAP stands for Simple Object Access Protocol.

How to create an Emulator in Android
android 17 Apr 2015
How to create an Emulator in Android

An Android Virtual Device (AVD) is an emulator configuration that lets you model an actual device by defining hardware and software options to be emul

Create Apk file of Android application
android 17 Apr 2015
Create Apk file of Android application

In this article I am telling you to create Apk file of Android application

How to animate image left to right in android
android 28 Mar 2015
How to animate image left to right in android

In this article I am explaining wow to animate image left to right in android

Fragment Life cycle in Android
android 27 Mar 2015
Fragment Life cycle in Android

In this article I am explaining Fragment Life cycle in Android

Content provider in android
android 20 Mar 2015
Content provider in android

In this article I am explaining about Content provider in android

How to open url in our android application
android 19 Mar 2015
How to open url in our android application

In this article I am explaining how to open url in our android application

Calendar API in Android
android 19 Mar 2015
Calendar API in Android

In this article I am explaining about Calendar API in Android