I am using plist as data for my android application since the iphone also supports the same.
I have written a parser which parsers character by character, but it takes a really long time to run my app. I think a sax parser would solve this, do you have any suggestions?
Also I have this link which says its a sax开发者_C百科 based parser for plist android but i cant figure out a way to run this in eclipse if any one knows please help out.
Thanks Deepesh
I am working with this app right now. Everything is straight forward. Download this https://github.com/CarlLee/android-plist-parser/downloads
There are 2 projects there android-plist-parser-app - objects and parsing logic
android-plist-parser-test - testing app.
Start to discover from testing app and you will find out how it works.
精彩评论