Android SharedPreferences Basics with Example
Posted on: November 19, 2017 by Sanket Mhaddalkar - No CommentsIn this article, will see what are SharedPreferences and how to use them into your Android Project. SharedPreferences are XML files to store private primitive data in key-value pairs and provides you with read and write methods to access that data. SharedPreferences data is accessible throughout the application and are stored even after the...