Save question

So I’ve been trying to find more in depth information on how to save information in corona and haven’t been able to find what I am looking for.

I came across Peach’s solution and that stored two variables, but was wondering what you do if you have more than that you want to save, like I have 2 differenct score types to save, a 6x6 array, and downloaded material, was wondering what the best way to handle that.

http://developer.anscamobile.com/code/save-and-restore-state
That is similar to Peaches code, but only tracks 2 variables, any advice or sites I missed would be greatly appreciated. [import]uid: 105311 topic_id: 25853 reply_id: 325853[/import]

Hey there,

There are a few solutions for this, one would be Ice which is in the code exchange.

The other would be to check out Rob Miracle’s website which has a great post about using SQLite.

Peach :slight_smile: [import]uid: 52491 topic_id: 25853 reply_id: 104612[/import]