Hi,
Someone has asked me to do a app for them and part of the App is they want me to read in their WordPress blog.
I have installed a JSON plugin into WP and am reading in values using that. Everything seems fairly fine in a live internet connected sort of way but my question is more how to deal with the app when no internet connection is available.
I know the obvious answer is store the data locally but my questions are -
What format should I store (mySQL, JSON) ?
How much data do I store (this is a massive WP site) ?
Has anyone done a pull to refresh on a tableview ?
I was thinking of maybe pulling down 10 posts from each category initially and then adding to that with anything new from then on.
Also am thinking long term, should I have a tidy button that deletes old posts or maybe do that as part of the update from the WP site, say delete anything that is 30 days old or something.
Dave [import]uid: 117617 topic_id: 26908 reply_id: 326908[/import]

