-
Couldn't load subscription status.
- Fork 0
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.
Couldn't load subscription status.
technxtcodelabs/SharedPreference
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
About
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.