Archive For January, 2010
This example will allow a Android application to connect to a web service that serves JSON objects/arrays. This example has been derived from the RESTful example posted here. This app will connect to a web page/site/service located – http://rentopoly.com/ajax.php?query=Bo and returns a JSONArray of towns/cities and universities that match the supplied query. This service produces [...]
To celebrate my new purchase for a Google Nexus One – I’ve started looking into Android development. Android is built in Java and since I studied Java at University I decided to have a little play. From experience of using Android there are times when on screen messages pop up for whatever reason. In Android [...]
Java is still fairly new to me, I have about 4 months exposure to it. One thing that I like about the developer community is that there are various sources that can explain how to do something in anything. I often finding myself reading someones blog whilst trying to figure something out. So I’m returning [...]

