Skip to content

Commit a353a4f

Browse files
Update README.md
1 parent 7e1f87e commit a353a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DataStore codelab
22

3-
Supporting code for [DataStore codelab](https://codelabs.developers.google.com/codelabs/android-datastore/#0)
3+
Supporting code for DataStore Preferences codelab and DataStore Proto codelab
44

55
DataStore is a new and improved data storage solution aimed at replacing SharedPreferences. Built on Kotlin coroutines and Flow, DataStore provides two different implementations: Proto DataStore, that lets you store typed objects (backed by protocol buffers) and Preferences DataStore, that stores key-value pairs. Data is stored asynchronously, consistently, and transactionally, overcoming some of the drawbacks of SharedPreferences.
66

@@ -24,4 +24,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
2424
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2525
License for the specific language governing permissions and limitations under
2626
the License.
27-
```
27+
```

0 commit comments

Comments
 (0)