Android
-
Android Drag and Drop Example
The Android System provides Drag and Drop framework, which facilitates users especially to move data from one View to another…
Read More » -
Android Fragments Example
A Fragment represents a portion of a user interface or an operation that runs within an Activity. A single activity…
Read More » -
Android Intents and Intent Filters Example
An Android Intent is a “message object” that its purpose is to activate a component of an application (activity, service…
Read More » -
Android Content Provider Example
A Content Provider is used to share and access data from a central repository. Usually android applications keep data hidden…
Read More » -
Android Broadcast Receivers Example
The Android system uses broadcasts messages (often are called Intents or Events) to transfer information to applications. The Broadcasts can…
Read More » -
Android Contacts Example
In this example we are going to see how to get Contact Information on your own Android Application. This is…
Read More » -
Build Android application package file (APK) using Eclipse IDE
Android application package file (APK) compressed file that is used to install and distribute Android Applications. Remember when you install…
Read More » -
Android Intent Example
In this example we are going to see how to use the Android Intent component. You can think of Intents…
Read More » -
Android ProgressDialog Example
Progress dialogs are very commonly used components in all User Interfaces, when you want to display the progress of a…
Read More »