Saving data so it can be loaded locally
Posted
by Thomas Joos
on Stack Overflow
See other posts from Stack Overflow
or by Thomas Joos
Published on 2010-03-16T09:39:53Z
Indexed on
2010/03/16
9:56 UTC
Read the original article
Hit count: 357
hi guys,
i'm working on iphone application which needs to run offline at an exhibition. It should present data, stored local because there is no internet at the booth. Still, to easily have content updates it should be able to update it's content once connected to internet.
It's quite some data ( around 300 full lines of text ) and I want it to be loaded, stored and visualized as optimized as possible.
What's the best way to load in content once connected and how should I store it on the device?
© Stack Overflow or respective owner