Getting “null” in place of textvalue After parsing XML using PullParser in Android
问题 I had a look at this. SO please dont redirect me to that site. I had already used DOM parser and here is my problem with that. I am having the same XML : <MyResource> <Item>First</Item> <Item>Second</Item> </MyResource> And now i have no way but to parse this XML via PullParser. My methods as taken from this: private List readFeed(XmlPullParser parser) throws XmlPullParserException, IOException { // TODO Auto-generated method stub List entries = new ArrayList(); parser.require(XmlPullParser