Saving data?

I’ve been looking into different data libraries and have been having trouble finding a good solution.  I need a library or a way to save data and use it after an app has been killed.  This will allow me to save high scores and such without it disappearing.   The only situation I wouldn’t be concerned with is someone had to deleted and redownload their app and the data disappeared.  Thanks for any help in advance.

The team at GlitchGames created a great library for this.  Check it out:

https://github.com/GlitchGames/GGData

Just used it on a project and it worked well for what I needed it for.

We just open sourced the library we use to save data. It uses sqlite.

Maybe it can be useful for you.

https://github.com/jeduan/corona-dbconfig

I’m rather fond of this technique:  http://omnigeek.robmiracle.com/2012/02/23/need-to-save-your-game-data-in-corona-sdk-check-out-this-little-bit-of-code/

The team at GlitchGames created a great library for this.  Check it out:

https://github.com/GlitchGames/GGData

Just used it on a project and it worked well for what I needed it for.

We just open sourced the library we use to save data. It uses sqlite.

Maybe it can be useful for you.

https://github.com/jeduan/corona-dbconfig

I’m rather fond of this technique:  http://omnigeek.robmiracle.com/2012/02/23/need-to-save-your-game-data-in-corona-sdk-check-out-this-little-bit-of-code/