-
Drag and Drop
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 » -
Fragment
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 » -
Intent
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 » -
ContentProvider
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 » -
BroadcastReceiver
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 »