Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.19 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.19 KB

SharedPreferences

Android Application for saving values to SharedPreferences, and Reading them back in the application using Kotlin Programming Language.

SharedPreferences allows us a framework that helps in saving and retrieving persistent key-value pairs of primitive datatypes. So remember the limitations of using Android SharedPreferences, it only allows primitive data types. The values are saved even when the application is killed.

SP 1 SP 2 SP 3

Play Video

Like Facebook Page