maanbhati
maanbhati

Reputation: 103

SAXParser working example for Android

I am trying to learn SAXParser example which is working properly with Android development environment. can any one help how to do SAXParser in Android application Code snippet will be good.

Thanks Mansingh

Upvotes: 1

Views: 8727

Answers (1)

kosa
kosa

Reputation: 66647

Here is SAX parsing example. Remember based on your xml you need to change ItemMaster class and parsing logic.

Upvotes: 2

Related Questions