Archive For January, 2010

Parse JSONArray + JSONObject from webpage/website using HttpClient

By | January 24, 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 [...]

Read more »

Android OnClickListener and Toast Example

By | January 18, 2010

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 [...]

Read more »

Java ArrayList and Iterator

By | January 14, 2010

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 [...]

Read more »

Checking in…

By | January 14, 2010

My first semester back at University is almost complete, only two assignments (both completed) to hand in and then I’m done!  This semester has been quite easy, I’ve had to do 6 assignments in total, 4 in Java and 2 in .Net.  All the projects have been to create some kind of application, be it [...]

Read more »