Take a look at this http://developer.android.com/reference/android/content/SharedPreferences.html and this http://saigeethamn.blogspot.com/2009/10/shared-preferences-android-developer.html
Those links will help you achieve what you want. SharedPreferences does exactly what you want. On Jun 16, 7:31 pm, Amita Dev <[email protected]> wrote: > 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 Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

