If there is something that *almost* all Android applications have in common it is the preferences screen. Here you can change the settings of the application. This article will explain how to create these kinds of screens and how to handle the...
We are going to create an Android database in our application to store data. This is one of the multiple ways of using persistence in our system. Let's take a look at the steps in Android databases development with SQLite3.
In our last article we learned the basics regarding how to deal with the new Android SDK, lets have a further look for a better understanding. We'll talk about the new compatibility system and some new features and changes to the architecture.
A little while back Google released the new Android SDK version, known simply as "Cupcake". Some changes are coming with this new SDK, so, lets have a look at it, and see what's new!
Now we know how our application is going to be implement from our past lessons. (Analysis is very important when we are developing applications), it's now time to implement it. Lets start with the ListActivity.
Learn how to create more complex pop-up windows or Alerts in the Google Android Programming Environment. This time we will learn how to organize our AlertsDialogs in a single Activity, and how to show a custom View in the Alert. Let's go!