There are 0 repository under android-shared-preferences topic.
Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
The repository contains tutorials for android as individual projects
This class simplifies calls to SharedPreferences in a line of code. It can also do more like: saving a list of strings, integers and saving images. All in 1 line of code!
A library that provides an encrypted version of the Android shared preferences.
An encryption decryption library for android
Simple shared preference project for Android. You can check the tutorial in Bengali
A light weight library which uses annotation processing to generate codes that let you read and write to SharedPreferences file
Provides object mapping for Android's SharedPreferences with support for plain-text or encrypted values
"SharedPreferences" is an ANDROID APP SAMPLE that stores short and few user info on shared preferences XML file. The info is saved on the user mobile device.
shared-preferences
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.
String and arraylist shared preference
User session management with shared preferences example | TUTORIAL: https://pragmatictheories.tech/android-user-session-management-with-sharedpreferences/
Basic tutorial on shared preferences | TUTORIAL: https://pragmatictheories.tech/android-sharedpreferences/