Friday, May 6, 2011

Which data model strategy to use for a relatively simple app?

For a relatively simple app that manipulates objects that store a date/time and some other values? Should I use property lists? archiving? or sqlite?

From stackoverflow
  • Plists are the simplest way to do save data. Use the built in saving methods in the collection classes (NSarray, NSDict, etc.)

  • You might want to take a look at NSUserDefaults.

0 comments:

Post a Comment