Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
-
Updated
Nov 7, 2024 - Java
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
Provides object mapping for Android's SharedPreferences with support for plain-text or encrypted values
A light weight library which uses annotation processing to generate codes that let you read and write to SharedPreferences file
"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.
Basic tutorial on shared preferences | TUTORIAL: https://pragmatictheories.tech/android-sharedpreferences/
String and arraylist shared preference
User session management with shared preferences example | TUTORIAL: https://pragmatictheories.tech/android-user-session-management-with-sharedpreferences/
Add a description, image, and links to the android-shared-preferences topic page so that developers can more easily learn about it.
To associate your repository with the android-shared-preferences topic, visit your repo's landing page and select "manage topics."