Welcome to part 9 of my Android Development tutorial. Here is the complete package for my Android Stock Quote Picker.
In this tutorial I will focus on using the Android XmlPullParser for parsing an xml file. I’ll be getting data from the Yahoo Web Service just like last time. Google recommends the XmlPullParser over all others because it is fast, requires the least amount of memory and helps maintain battery life. With the video below and the code that follows you should have no problem using it in your own Android apps. Continue reading Android Development Tutorial 9