Skip to content
#

shared-preferences-util

Here are 7 public repositories matching this topic...

Language: All
Filter by language

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 shared-preferences-util 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 shared-preferences-util topic, visit your repo's landing page and select "manage topics."

Learn more