android Archive
Android An push notification example using phone gap.
Android A simple example of using intent service to update gps data to the server.
Android Learn how to extract face from an image and align it for image recognition in android.
Android The Open CV library originally released by Intel has indeed come a long way and has now become a go to library for all computer vision enthusiasts and researchers . …
Android Android has a very nice mechanisim to switch the strings according to the locale. All the developer has to do is keep translated version of strings.xml in different folders …
Android The other day , I needed to explore the database file of one of my app. I though it will be a breeze as I had a rooted device …
Android In one app I was making , I needed to highlight a selected item in gridview . What I though would be a matter of selecting some …
Android Android Framework provides a very easy way to incorporate animation in your applications. An animation used correctly enhances the user experience and is increases user retention. These animation can …
Android I am working on a Live Wallpaper using Libgdx and I needed a seekBar preference that I can set from Android. As usual I searched the net for …