SharedPreferences stores all values in XML file. So, if you want to iterate through all the values stored in it,…
Continue Readingsharedpreferences
Storing data in SharedPreferences – Android
In previous post Store Data – SharedPreferences – Android we discussed about cases, when we should save data in SharedPreferences.…
Continue ReadingStore Data – SharedPreferences – Android
When it comes to store data like username for a user specific application, or checking how many times the application…
Continue Reading