It wasn’t hard at all creating my own widget for Android. The Vintage Thermometer created by Ivan (the guy from MindTheRobot.com) served as a starting point for my widget. First I removed the sensor specific part from the code and … Continue reading →
Every application uses data, and Android applications are no exception. Android uses the open-source, stand-alone SQL database, SQLite. Learn how to create and manipulate a SQLite database for your Android app.
An easy to follow article where the structure and the functionality of the AsyncTask is shown. Using multitasking in Android can not be more easy. This method of multitasking is easier than using Services and maybe more useful to an Android developer.