Previous  | Next  | Home

SharedPreferences Template


 

SharedPreferences to store preferences and settings are an essential ingredient in most Android apps. Templates implementing a fragments-based approach to shared preferences are archived in this Project, to make it easy to implement shared preferences in other projects. The archive is an Eclipse project. It can be imported into Android Studio by extracting in a directory and then using Import Project from the Android Studio homepage.

For examples of usage, see the Themes, Styles, & Preferences project.

Last modified: June 10, 2016


Previous  | Next  | Home