Skip to content
#

android-sharedpreferences-helper

Here are 2 public repositories matching this topic...

This Shared Preferences Helper library (Library size = ~15kb only) Simplifies usage of the default Android SharedPreferences Class. The developer can do in a few lines of code which otherwise would have required several. Simple to understand as compared to the default Shared Preferences class and easy to use. Can be used by simply adding the dep…

  • Updated Aug 5, 2017
  • Java

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 android-sharedpreferences-helper 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 android-sharedpreferences-helper topic, visit your repo's landing page and select "manage topics."

Learn more