An open API service indexing awesome lists of open source software.

https://github.com/andreid/securesharedpreferencesexample

a secured shared preferences example
https://github.com/andreid/securesharedpreferencesexample

android encryption security shared-preferences

Last synced: about 2 months ago
JSON representation

a secured shared preferences example

Awesome Lists containing this project

README

          

# Secure Shared Preferences Example

a simple app for secured shared preferences

add to app's gradle: compile 'com.scottyab:secure-preferences-lib:0.1.4' //no proguard config is needed

and checkout MainActivity.java

based on https://github.com/scottyab/secure-preferences