Skip to content
#

androidsharedpreference

Here is 1 public repository matching this topic...

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.

  • Updated Jun 7, 2020
  • Java

Improve this page

Add a description, image, and links to the androidsharedpreference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the androidsharedpreference topic, visit your repo's landing page and select "manage topics."

Learn more