Intents can among many things be used to start op a new user interface in your Android App. If you are using a MVC technique, you would like the view part to the separated into classes for itself.To do this, there is three basic steps to make:

- Create…

30.05.2010 14:58
How do you keep track of your code changes? What do you do, if you want to go back to how your code was yesterday? What if you by mistake has deleted a file from your code. Well, I though it would be a great time to get some control…

16.05.2010 23:25
29.04.2010 14:46

So, how do you use the SQLite database from your Android App? Go google! – well, been there done that. It took me many hours getting it to work –…

19.04.2010 21:41

Float left. Float right. What to do and why? Well read on …

How to float it

Well – it can sometimes be quite difficult to understand how the…

11.04.2010 13:43

The progress bar is useful for telling users that your Android Application is working on a task that might take a little longer than the usual tasks.

A progress bar…

02.04.2010 15:58
Dialog boxes

Showing dialog boxes from an android application can be usefull.

This article will be using a layout like this – 4 buttons with their own function (complete…