Android
-

Android: location based services
Introduction Developing applications for mobile devices gives us a lot more opportunities for context based information than a traditional web…
Read More » -

Android Bound Service: IPC with Messenger
In this post, we want to talk about Android Bound Service. A bound service is a service that allows other…
Read More » -

Android Service Tutorial
In this post, we want to talk about Android Service. This is a key component in developing Android app. Differently…
Read More » -

Android Tutorial : Two methods of passing object by Intent (Serializable,Parcelable)
In this post, I will show you an simple example of how to pass object by intent in Android application.…
Read More » -

YouTube GData API and Android
If you want to use the YouTube API v2 to search for content on YouTube with an Android device, the…
Read More » -

Storing Objects in Android
One alternative to using SQLite on Android is to store Java objects in SharedPreferences. Here, weāll look at two different…
Read More » -

Android: Boost up the Android emulator speed up to 400% on Intel based architecture
In my previous post How to inject Android compiled .apk package into its Device Emulator from the command line. I…
Read More » -

Installing Android Studio and creating a new Android project on Android Studio
Android Studio IDE is launched at Google I/O 2013. Android Studio is based on Ā Intellij IDEA which aims to replace…
Read More » -

Android Volley dynamic ListView: AsyncTask comparison
In this post, I will describe first how to use Volley to populate dynamically a ListView, and then compare it…
Read More »
