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


































































From bits to colors – Lecture 10 : Display
Recording for Design & Education class
Get the Flash Player to see this player.
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>
