• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
June 30, 2022 |25.5K Views
Saving data using Shared Preferences
  Share   Like
Description
Discussion

One of the most Interesting Data Storage options Android provides its users is Shared Preferences. Shared Preferences is the way in which one can store and retrieve small amounts of primitive data as key/value pairs to a file on the device storage such as String, int, float, Boolean that make up your preferences in an XML file inside the app on the device storage. Shared Preferences can be thought of as a dictionary or a key/value pair.


Saving data using Shared Preferences : https://www.geeksforgeeks.org/shared-preferences-in-android-with-examples/