Post
Topic
Board Project Development
Re: [Android] SharedPreferences not to store prefs
by
Youresioure
on 29/04/2017, 20:07:08 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

Thanks for help! At the moment, it is just one application and not very sensitive data. However, some authors explain how to share preferences between applications using SharedPreferences. Anyway, since that we had a code review and the idea passed.