Android
-
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 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 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 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 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 » -
Android Animations – Quick Guide
A quick guide in the world of animations in Android from Chandan, one of our JCG partners. (NOTE: The original…
Read More » -
Android JSON Parsing with Gson Tutorial
Apart from XML, JSON is a very common format used in API responses. Its simplicity has helped to gain quite…
Read More » -
Programming Android Online Book
Yesterday I stumbled upon an Android related online book named “Programming Android“. This book is published online while being under…
Read More » -
Android Quick Preferences Tutorial
When developing a mobile application, a common need that arises is the one of storing user’s preferences and using them…
Read More »