You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Android Architecture Blueprints is a project to showcase different architectural
7
7
8
8
In this branch you'll find:
9
9
* 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)**.
11
11
* A presentation layer that contains a Compose screen (View) and a **ViewModel** per screen (or feature).
12
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.
13
13
* A **data layer** with a repository and two data sources (local using Room and a fake remote).
0 commit comments