Alan Quatermain

The Tumblog of one Jim Dovey, iOS Software Chief Architect at Kobo in Toronto, Ontario.
He Twitters, he has an , and can occasionally be found on LinkedIn or Facebook.
If you have a query, you can ask it here.

This blog contains personal opinions, and is not endorsed by any company.

2315131351
Hey, I am working on App, i have xml of 10,000 record. i have to parse xml and display into UI and in the same time i made one sqllite where i am storing data in synchronous way using NSOperation. can u suggest me what parser should i use.
I have to improve performance in turms of memory as well as time also.
Thanx in advance

pankaj nigam

AskerAnonymous

I would (naturally) recommend my own solution to this exact problem: AQXMLParser, paired with HTTPMessage. The source code to both is within the AQToolkit repository on github.

To assist you and others with its use, I’ve put together a sample project demonstrating it, and I’ve written it up in detail here.

1 note

  1. quatermain posted this