xml cache on iphone
Posted
by dubbeat
on Stack Overflow
See other posts from Stack Overflow
or by dubbeat
Published on 2010-03-18T12:56:06Z
Indexed on
2010/03/18
13:01 UTC
Read the original article
Hit count: 125
Hi,
Could somebody suggest a technique or class library to read up on for XML Caching on the iphone?
The biggest lag in my app is the XML being downloaded from the server. If a user views a screen the xml has to be downloaded and parsed and theres a wait of a few seconds. If they leave the screen and come back to it again they have to wait all over again which is kinda crappy.
© Stack Overflow or respective owner