core
-
Android Animation Example
Android give us the opportunity to add animations in our applications in order to achieve a better sense of the…
Read More » -
Android Alert Dialog Example
In this post, we feature a comprehensive Android Alert Dialog Example. Sometimes in our applications we want to alert the…
Read More » -
Android Make Phone Call Example
Although Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our…
Read More » -
Android Location Based Services Example
Android System gives the opportunity to determine the current geographical location and to build location-aware applications, without focusing on the…
Read More » -
Android Sending SMS Example
In some situations, we want to send sms messages from our own Android application. There are two different ways to…
Read More » -
Android Sending Email Example
To send an email from your application, you don’t have to implement an email client from the beginning, but you…
Read More » -
Android Notifications Example
Notification is a message that doesn’t appear inside the main UI of the app but as an icon in the…
Read More » -
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 »