content
-
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 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 SharedPreferences Example
In this example we are going to see how to use Android SharedPreferences. You can permanently store preferences using SharedPreferences with the form of…
Read More »