We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c67f6 commit 724c606Copy full SHA for 724c606
README_ZH.md
@@ -2,7 +2,7 @@
2
3
[English](README.md) | 中文
4
5
-[](https://www.jitpack.io/#DylanCaiCoding/DataStoreKTX-KTX)
+[](https://www.jitpack.io/#DylanCaiCoding/DataStoreKTX-KTX)
6
[](https://github.com/DylanCaiCoding/DataStoreKTX/blob/master/LICENSE)
7
8
[Jetpack DataStore](https://developer.android.com/topic/libraries/architecture/datastore) 是一种数据存储解决方案,由于使用了 Kotlin 协程或者 RxJava 以异步、一致的事务方式存储数据,用法相较于其它存储方案 (SharedPreferences、MMKV) 会更加特别,所以目前网上都没有什么比较好的 DataStore 封装。个人也做了很多摸索和尝试,终于封装出了一套非常满意的用法,希望能帮助到大家。
0 commit comments