Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
-
Updated
Dec 13, 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
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
"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."