Archive for the ‘2010Spring’ Category

Final Project – TwitTown

Thursday, July 22nd, 2010

* The final title of the application has changed to ‘Twit Knoll’

http://www.twitknoll.com


From bits to colors – Lecture 10 : Display

Sunday, April 18th, 2010

From bits to colors – Lecture 10 : Display
Recording for Design & Education class

Get the Flash Player to see this player.


Parsing XML in Android (DOM method)

Saturday, April 10th, 2010

This is a simple example parsing twitter xml in Android

Here is the sample tweet data (one entry is one tweet)

Parsing XML with DOM method is an iterative process.
As you can see below, continuously use NodeList and Node object to explore the elements of XML document
In this example, I extracted <name> element under the <author>