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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Now in Android App [Work in progress 🚧]
4
4
==================
5
5
6
-
**Learn how this app was designed by reading the [architecture](docs/ArchitectureLearningJourney.md) and [modularization](docs/ModularizationLearningJourney.md) learning journeys.**
6
+
**Learn how this app was designed and built in the [design case study](https://goo.gle/nia-figma), [architecture learning journey](docs/ArchitectureLearningJourney.md) and [modularization learning journey](docs/ModularizationLearningJourney.md).**
7
7
8
8
This is the repository for the [Now in Android](https://developer.android.com/series/now-in-android)
9
9
app.
@@ -110,9 +110,10 @@ Examples:
110
110
checking that specific repository methods were called.
111
111
112
112
# UI
113
+
The app was designed using [Material 3 guidelines](https://m3.material.io/). Learn more about the design process and
114
+
obtain the design files in the [Now in Android Material 3 Case Study](https://goo.gle/nia-figma).
113
115
114
-
UI components are designed according to [Material 3 guidelines](https://m3.material.io/) and built
115
-
entirely using [Jetpack Compose](https://developer.android.com/jetpack/compose).
116
+
The Screens and UI elements are built entirely using [Jetpack Compose](https://developer.android.com/jetpack/compose).
0 commit comments