Skip to content

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

License

Notifications You must be signed in to change notification settings

AndroidCodility/SharedPreferences

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages