so_is wrote: > Well Mark the problem is that I am using the suggested way to save the > settings. I do commit every single edit() like suggested. But a lot of > users are still reporting that they lose settings. I don't know why > but it happens some times. :( (I have worked with my app for 2 months > now and have never lost the settings)
It will be difficult to fix the bug without a repeatable scenario. > To sum up I don't like the suggestion using Sqlite because I would > just ignore a bug which is obviously there but no one knows what it > really is. If you can come up with a repeatable scenario for the SharedPreferences damage, post an issue to http://b.android.com with a project and instructions for causing the problem. Otherwise, if I were in your shoes, I would switch to some other means (e.g., SQLite) of storing the data you are storing in SharedPreferences, simply to make your users happy. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

