core
-
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 » -
Android Socket Example
In this tutorial we are going to see how to use Sockets in Android Applications. In Android, sockets work exactly…
Read More » -
Android SQLite Example
In this example we are going to see how yo interact with an SQLite database with your Android Application. SQLite is…
Read More »