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

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 ...

Java Swing to Android
Here is a quick, brief 10,000ft overview/observations on Android from a Swing developers point of view. Firstly if your coming to Android from Swing you are approaching it with a big ...

SQL Lite Performance on Android
For those who are unaware, Android has some build-in classes to support the use of SQL Lite databases. It provides a great way to structure a small amount of data within Android. ...

Android – Load WebView with ProgressBar
Problem: How to load WebView with ProgressBar? Description: Previously, i have published an article for Android – WebViewClient example where we have discussed about how to load ...

Android – Read file from Assets
Description: First of all, let me give you a link: AssetManager, through this class we can easily access any files lying inside the Assets directory of android application. (or any ...


