android-shared-preferences
There are 15 repositories under android-shared-preferences topic.
mCodex/react-native-sensitive-info
Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
qaifikhan/AndroidTutorials
The repository contains tutorials for android as individual projects
mukeshsolanki/easypreferences
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!
HussainDerry/secure-preferences
A library that provides an encrypted version of the Android shared preferences.
moldedbits/r2d2
An encryption decryption library for android
hasancse91/Android-SharedPreferences
Simple shared preference project for Android. You can check the tutorial in Bengali
devmike01/JadeSharedPreference
A light weight library which uses annotation processing to generate codes that let you read and write to SharedPreferences file
pthomain/SharedPreferenceStore
Provides object mapping for Android's SharedPreferences with support for plain-text or encrypted values
siomarapantarotto/SharedPreferences
"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.
mehdisahraeei/shared-preferences
shared-preferences
technxtcodelabs/SharedPreference
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.
ApexTechies/SharedPreference
String and arraylist shared preference
AmalH/SessionManagement_Android_Basic
User session management with shared preferences example | TUTORIAL: https://pragmatictheories.tech/android-user-session-management-with-sharedpreferences/
AmalH/SharedPreferences_Basic
Basic tutorial on shared preferences | TUTORIAL: https://pragmatictheories.tech/android-sharedpreferences/