I have been thinking of saving data using dictionaries and arrays etc. Would it not be more efficient to use a database and just read and write to it rather than running through arrays, getting keys and values, blah blah? It will need to hold a lot of text that is it.
How is the database setup and used on the iphone?
Also , if one writes to a database during app runtime does it store? What I mean is that there is no serialization needed etc.?