January 2018
Intermediate to advanced
434 pages
14h 1m
English
SharedPreferences is a persistent way of data storage in Android devices and is mostly used to save data in key-value pairs, such as the settings of an app. Kotlin makes it easier to work with shared preference using its unique language construct. In this recipe, we will see how Kotlin can help us deal with SharedPreferences easily. So let's get started.
Read now
Unlock full access