List/Grid Android Subscribe to the RSS feed of category Android

Android Game Development Tutorials
Some months ago we received an email from a fellow Java developer, Tamas Jano, asking to be part of our JCG partners program. To our surprise he maintains a blog named “Against ...

Android App Engine Integration
Google App Engine is great for those of you in search of a complete, scalable and affordable hosting solution. Especially if you start a project and you don’t yet know ...

Should Android Worry About the iOS 5 Update? Definitely Not!
With the announcement of the new iOS 5 at the WWDC, the first articles emerge already on the web relating the new features with the existing Android OS. Take for instance the article ...

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 libraries that make testing easier, increase the modularity of your ...

JCG Studios – ArkDroid beta launch
Hello all, The last few months we have been very busy developing our first Android game project. ArkDroid is what we would like to call “brick breaker evolved”; an Arkanoid clone ...

Android: Menu Class Investigation
Android provides decent functionality for instantiating your own run of the mill Menu within the standard framework. They even have a half decent guide on using them within your applications. ...

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 showcase of how to leverage Gson with Android. Recently, Bill Mote from the ...

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 retrieve frames for encoding for video. It is a handy abstraction ...

Android Google Maps Tutorial
The Android platform provides easy and tight integration between Android applications and Google Maps. The well established Google Maps APIis used under the hood in order to bring the ...

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 via web services is the main reason I have to manipulate XML ...

