JuanFcoMiranda / DataStoreExample

Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers. DataStore uses Kotlin and Coroutines + Flow to store data synchronously with consistency and transaction support 😍

Home Page:https://medium.com/scalereal/hello-datastore-bye-sharedpreferences-android-f46c610b81d5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataStore Example - Android

Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers. DataStore uses Kotlin and Coroutines + Flow to store data synchronously with consistency and transaction support 😍. In short, it's the new data storage solution which is the replacement of SharedPreferences.

Articles

About

Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers. DataStore uses Kotlin and Coroutines + Flow to store data synchronously with consistency and transaction support 😍

https://medium.com/scalereal/hello-datastore-bye-sharedpreferences-android-f46c610b81d5


Languages

Language:Kotlin 100.0%