Shared preferences is a light weight data storage option provided by Android. It allow us to store and retrieve small amounts of primitive data as key/value pairs in a file on the device. Shared preferences is mostly used to save preferences, i.e., user-specific data, like application settings, login sessions, etc.
preferences sharedpreferences shared shared-preferences android-shared-preferences shared-preferences-util sharedpreferences-editor sharepreference android-sharedpreferences android-sharedpreferences-helper shared-preference androidsharedpreference
- Updated
Jun 7, 2020 - Java