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

Top 5 Picks of Google IO 2012
Google IO 2012 developer conference has just concluded last week amid lot of fanfare. I for one think that Google has lot more influence on Enterprise technology than it seems. ...

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 of this solution which i am going to discuss here. ...

Android: Smooth List Scrolling
If I had to compare iOS to Android and only list one major benefit iOS has over Android, it would be the scrolling list performance, hands down (and I’m not the only one, or two, ...

Android Emulator: Scale size without using Eclipse
As you might have read following my previous post I’m currently experimenting with mobile web solutions. In such a case, having an Android emulator is quite comfortable for quickly ...

Android: Facebook’s Notification Widget
Have you ever checked out the Facebook app? When you click on the Notifications button at the top, the app creates a nice overlaid window that contains a scrolling list view of all ...

Android Emulator with Nexus One skin
I know it doesn’t really increase your value during development. It’s just for fun but those of you that like it, here are some links that point to Nexus One skins that ...

Does your App Support Android 4.0? Think Again
Think your app supports Android 4.0 just because you support 2.2 or 2.3? Maybe not. If your app uses a few common Java classes, you may want to double check your app on several 4.0 ...

Android Game Development with libgdx – Prototype in a day, Part 1b
Creating the Game and Displaying the World To render the world onto the screen, we need to create a screen for it and tell it to render the world. In libgdx there is a convenience ...

Android Game Development with libgdx – Prototype in a day, Part 1a
In this article I will take a detour from the building blocks of a game engine and components and I will demonstrate how to prototype a game quickly using the libgdx library. What ...

Android Broadcast Receiver – Change in flow since API 3.1
Prior to API 3.1 we could have a broadcast receiver which could have been invoked by an implicit intent even if the application to which it belonged was in stopped state. But this ...

