Posts Tagged ‘Android’

30.05.2010 14:58

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…

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 –…

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…

01.04.2010 16:08
How to read and write files in you Android Application

When coding an application for the Android system, you will eventually need to store some data on the phones…

27.03.2010 12:55

Just like HTML Tables on webpages the TableLayout on Android gives you the option to align Views in a table order with rows and columns.


25.03.2010 19:52

The Android market contains loads of apps ready to install. It can sometime be difficult to find the right app for the job, so I will here list the Android…

22.03.2010 00:21

I just started reading the Beginning Android by Mark L. Murphy and it seems like a very easy to read book.

The Android platform is very new to me,…

03.02.2010 00:25

Here is a quick guide on installing a development environment (using the Eclipse IDE) for Android applications on Ubuntu 9.10.

1. Open the Synaptic package manager and install the sun-java6-jdk