Tag Archives: XmlPullParser

Parsing XML in Android a simple example

By | December 24, 2011

This is a simple example showing how to parse an xml in Androi. In this method the xml file is stored in res/xml folder. First create a folder named “xml” inside the raw folder. Then create an xml file named test.xml and copy the contents into it. This is the XML file we are going… Read More »