开发者

SAX based parser for android PLIST format data

开发者 https://www.devze.com 2023-03-25 19:47 出处:网络
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 a

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消