Where to use sharedPreference in android application?
Where to use sharedPreference in android application?
On 2014-06-10 00:10:54.0
sonali
sharedPreference can be used when we want to store light weight data like applications settings information ,Login credentials etc
However if you want to store heavy and relational data then you have to use SQLIte database .