Android Core
-
Android Wear SDK: Set up “Hello world”
In this post I want to describe my first experience with Android Wear SDK. This is a very simple project…
Read More » -
Update the AndroidManifest Version Number automatically
Recently I needed to automate the update of the versionName element in the AndroidManifest.xml file. This needed to be timed…
Read More » -
Android Weather app using Yahoo weather provider and AutoCompleteTextView (Part 1)
This post is the first of a series where we will explore Yahoo Weather API. Our goal is building an…
Read More » -
Android Torch App with Stroboscopic light Tutorial
In this post, we want to describe how to create a simple torch app in Android. It is a nice…
Read More » -
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 »