Skip to content

Commit c055587

Browse files
Update README.md to include codelab links
1 parent a353a4f commit c055587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DataStore codelab
22

3-
Supporting code for DataStore Preferences codelab and DataStore Proto codelab
3+
Supporting code for [Preferences DataStore codelab](https://codelabs.developers.google.com/codelabs/android-preferences-datastore/#0) and [Proto DataStore codelab](https://codelabs.developers.google.com/codelabs/android-proto-datastore/#0).
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

0 commit comments

Comments
 (0)