Skip to content

Commit cbd6021

Browse files
Update README.md
Co-authored-by: Manuel Vivo <[email protected]>
1 parent 81492df commit cbd6021

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
@@ -7,7 +7,7 @@ Android Architecture Blueprints is a project to showcase different architectural
77

88
In this branch you'll find:
99
* User Interface built with **[Jetpack Compose](https://developer.android.com/jetpack/compose)**
10-
* A single-activity architecture, using the **[Navigation component](https://developer.android.com/guide/navigation/navigation-getting-started)**.
10+
* A single-activity architecture, using **[Navigation Compose](https://developer.android.com/jetpack/compose/navigation)**.
1111
* A presentation layer that contains a Compose screen (View) and a **ViewModel** per screen (or feature).
1212
* 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).

0 commit comments

Comments
 (0)