XmlPullParser how to attain res/raw/xml/xmlfilename?
问题 I am new to programming, so to start with correct me if I am wrong in the paragragh below : There is mainly three xml parsers for use in Android : Sax, Dom, and XmlPullParser. That last option, while existing as an external ressource. Is "in the core" of Android, thus working faster, but the functionnalities are limited Ok here is my Question I slightly modified the code provided in the link below http://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html I did the following :