Android Tutorial
-
Android Core
Android – Dashboard design pattern implementation
Before reading this article, please learn the prerequisites mentioned above so that you can have better idea for the implementation…
Read More » -
Android Core
Android Tutorial: Gestures in your app
Gestures in mobile apps are pretty common place these days. Almost anyone with smart phone experience knows that pinching will…
Read More » -
Android Core
Android: Gallery View without Pictures
Android’s Gallery View is one of the first widgets Android created. It’s so old now that some people even find…
Read More » -
Android Core
Android Dependency Injection and Testing Libraries
Anything and everything that makes life easier to develop for Android should be looked into. There are a couple of…
Read More » -
Android Core
Android: Menu Class Investigation
Android provides decent functionality for instantiating your own run of the mill Menu within the standard framework. They even have…
Read More » -
Android Core
Android JSON Parsing with Gson Revisited
A while ago we hosted an article about using Gson for JSON parsing with Android. The tutorial was a simple…
Read More » -
Android Core
Android HTTP Camera Live Preview Tutorial
The Android SDK includes a Camera class that is used to set image capture settings, start/stop preview, snap pictures, and…
Read More » -
Android Core
Android Google Maps Tutorial
The Android platform provides easy and tight integration between Android applications and Google Maps. The well established Google Maps API…
Read More » -
Android Core
Android XML Binding with Simple Framework Tutorial
XML is still important in the area of web services even though REST has gained significant attention lately. Exposed APIs…
Read More »