Reputation: 103
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
Reputation: 66647
Here is SAX parsing example. Remember based on your xml you need to change ItemMaster class and parsing logic.
ItemMaster
Upvotes: 2