Skip to content

Commit 81492df

Browse files
Update README.md
1 parent f1e3627 commit 81492df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this branch you'll find:
99
* User Interface built with **[Jetpack Compose](https://developer.android.com/jetpack/compose)**
1010
* A single-activity architecture, using the **[Navigation component](https://developer.android.com/guide/navigation/navigation-getting-started)**.
1111
* A presentation layer that contains a Compose screen (View) and a **ViewModel** per screen (or feature).
12-
* Reactive UIs using **[Kotlin Flows](https://kotlinlang.org/docs/flow.html)** and **[coroutines](https://kotlinlang.org/docs/coroutines-overview.html)** for asynchronous operations.
12+
* Reactive UIs using **[LiveData](https://developer.android.com/topic/libraries/architecture/livedata)** and **[coroutines](https://kotlinlang.org/docs/coroutines-overview.html)** for asynchronous operations.
1313
* A **data layer** with a repository and two data sources (local using Room and a fake remote).
1414
* Two **product flavors**, `mock` and `prod`, [to ease development and testing](https://android-developers.googleblog.com/2015/12/leveraging-product-flavors-in-android.html).
1515
* A collection of unit, integration and e2e **tests**, including "shared" tests that can be run on emulator/device or Robolectric.

0 commit comments

Comments
 (0)