Posts Tagged ‘development’

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 – perhaps because I made some mistakes – so I will try and give a crash course in how to connect…

read on
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 code id listed last in this article):

Info boxes

An info box is called a Toast on…

read on
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 for later use. There are generally two ways of doing this – either in files or by using a SQLlite…

read on
28.03.2010 16:45

I have updated the EasyJSCSS plugin for WordPress with some bugfixes and some backend improvements.

Version 1.4 is now available here or at http://wordpress.org/extend/plugins/easyjscss/

Please post any comments regarding version 1.4 is this post.

read on
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.

My development setup is:

IDE: Eclipse IDE (setup guide here).
Phone: HTC Hero
Android version: 1.5 HTC Rom

I will be using…

read on
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, so I wanted to read about some of the basics before starting to develop Android software. I know the Internet…

read on