get data from online once and then viewable offline

Posted by user313100 on Stack Overflow See other posts from Stack Overflow or by user313100
Published on 2010-06-10T20:54:47Z Indexed on 2010/06/10 21:02 UTC
Read the original article Hit count: 198

Okay, I want to have an app that takes phone numbers from an online database and displays them in a table view. When the user is not online, I want them to still be able to see the numbers they already got from the database in the table view. If the user manages to go back online, the database updates the view. My question is, is this possible to do and if so, what's the best way to approach it? (bit of a newbie, please help me out)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c