android-datastore

时间:2021-04-01 12:36:46
【文件属性】:
文件名称:android-datastore
文件大小:162KB
文件格式:ZIP
更新时间:2021-04-01 12:36:46
Kotlin 数据存储代码实验室 代码和代码支持代码。 DataStore是一种新的经过改进的数据存储解决方案,旨在替代SharedPreferences。 建立在Kotlin协程和Flow的基础上,DataStore提供了两种不同的实现:Proto DataStore,它允许您存储类型化的对象(由协议缓冲区支持)和Preferences DataStore,其存储键值对。 数据以异步,一致和事务的方式存储,从而克服了SharedPreferences的某些缺点。 执照 Copyright 2020 The Android Open Source Project Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file di
【文件预览】:
android-datastore-master
----.gitignore(108B)
----app()
--------.gitignore(6B)
--------build.gradle(3KB)
--------src()
--------proguard-rules.pro(750B)
----settings.gradle(46B)
----build.gradle(1KB)
----gradlew(5KB)
----CONTRIBUTING.md(2KB)
----LICENSE(11KB)
----README.md(1KB)
----gradlew.bat(2KB)
----gradle.properties(1KB)
----gradle()
--------wrapper()

网友评论