Mehedi Hassan Piash | Senior Software Engineer | Android | iOS | KMP | Ktor | Jetpack Compose | React-Native.

April 01, 2021

Data save in DataStore in android

April 01, 2021 Posted by Piash , No comments
 A new and improved data storage solution aimed at replacing SharedPreferences. Built on Kotlin coroutines and FlowWhy we should use DataStore instead of SharedPreferencesLet’s coding step by stepAdd gradle dependency in you build.gradle file// data storedef dataStoreVersion = "1.0.0-alpha08"implementation...