Android
-
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…
Read More » -
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…
Read More » -
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…
Read More » -
Android – Load WebView with ProgressBar
Problem: How to load WebView with ProgressBar? Description: Previously, i have published an article for Android – WebViewClient example where…
Read More » -
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…
Read More » -
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…
Read More » -
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…
Read More » -
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…
Read More » -
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…
Read More »