Android AsyncTask Example
Today I was working on a loading screen for an Android app. The purpose of the loading screen is to report to the user which boot up processes were happening as well as provide a nice looking intro...
View ArticleAndroid Form Generator
I’ve seen quite a few discussions pop up in various forums like Stack Overflow and the Android Developer Google Group about dynamically creating U.I. in Android applications. The official Android...
View ArticleCustom Android Window Title
Changing the window title in an Activity or globally across your entire application seems simple enough, but there is very little cohesive documentation for making it happen. You need to define custom...
View ArticleSimple Android Photo Capture
Download the source code here Having the ability to use the built in Camera application in your own Android projects is pretty nice. The Camera app has controls for white balance, color effect and...
View ArticleAndroid Multi Selection Dialogs
The following is a brief example of how to create a multiple selection dialog box with the Android framework. This demo will consist of a single button that triggers the dialog box from which a user...
View Article