Post
Topic
Board Project Development
Re: [Android] SharedPreferences not to store prefs
by
NoviceCrypto
on 21/04/2017, 07:15:46 UTC
If you are not storing any sensitive data then you can use shared preference
besides shared preference will only be accessible via the application, other application can not use those store data
to use this data you might want to implement some api integration or services