Category

Android Shared Preferences
Shared preferences are used to read and write small amounts of primitive data in the form of key/value pairs to a file on the device storage. The SharedPreference class provides APIs for getting a handle to a preference file and for reading, writing, and managing this data. The shared preferences are managed by the Android...
Read More

Categories