Strategies on synching data and caching data between iphone and server
Posted
by
Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2011-01-02T02:02:57Z
Indexed on
2011/01/02
3:53 UTC
Read the original article
Hit count: 179
iphone
Say I have a TODO list iphone app, that can be edited/viewed from both a web application and the iphone application.
When on the iphone, when a user views all his todo lists, or sub-items, I would think that each time the user views a particular list it shouldn't be hitting the web applications API every-time, but rather cache locally the values and only hit the web when things change.
What strategies are there for this type of scenerio?
© Stack Overflow or respective owner