[android-developers] Save user options in reboot

2011-06-16 Thread Amita Dev
Hi, Is it possible to save user selected options even after reboot of device? I would like to not to write all of my data in a file and then read it back. How do all applications save data even after reboot? Thanks, -A -- You received this message because you are subscribed to the Google

Re: [android-developers] Save user options in reboot

2011-06-16 Thread Dianne Hackborn
Ultimately the only stuff that is going to be saved across a reboot is stuff written to a file. It doesn't matter how you do it -- with a SQLite database, with SharedPreferences, by writing your own file -- you need to put it in a file. On Thu, Jun 16, 2011 at 11:31 AM, Amita Dev