An RxJava wrapper for Android's SharedPreferences
-
Updated
Apr 25, 2020 - Java
An RxJava wrapper for Android's SharedPreferences
Android sharedPreferences generate util with annotations
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.
Simple shared preference project for Android. You can check the tutorial in Bengali
Add a description, image, and links to the android-sharedpreferences topic page so that developers can more easily learn about it.
To associate your repository with the android-sharedpreferences topic, visit your repo's landing page and select "manage topics."