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

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

Free Copies of Android books Giveaway Roundup
Hello fellow Java Geeks! Our first giveaway of Packt Publishing’s best selling books on Android has ended. The Prize Winners The 3 lucky winners that will receive the ...

Win Free Copies of Android books
Fellow Java geeks, We are pleased to announce that we have teamed up with Packt Publishing and we are organizing a Giveaway for you! 3 lucky winners stand a chance to win 2 copies of ...

Learning Android: Freezing the UI with a BroadcastReceiver
As I mentioned in a previous post I recently wrote some code in my Android app to inform a BroadcastReceiver whenever a service processed a tweet with a link in it but in implementing ...

Learning Android: Getting a service to communicate with an activity
In the app I’m working on I created a service which runs in the background away from the main UI thread consuming the Twitter streaming API using twitter4j. It looks like this: public ...

Android Game Postmortem – ArkDroid Development
Hello guys, As you might have noticed, we have recently delved into the world of mobile game programming. This was done after creating JCG Studios, an independent mobile game studio ...

Android Drag and Drop Tutorial
This post is going to cover implementing Drag and Drop in an Android application. (I am currently using version 4.0 of the sdk, but I originally wrote the code in this series with the ...


