I already have a working android app with several persisted objects/classes.
But what if I add some preferences to my app? Do I also persist them an a kind of properties class to the DB?
Or are there better ways?
I already have a working android app with several persisted objects/classes. But what if
Share
Use
SharedPreferences, perhaps in conjunction with aPreferenceActivityto supply your user with a “Settings” screen that employs the Android-standard UI for such things.