diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 09e0100d2..f12d801ad 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -85,9 +85,7 @@ These are common library modules containing auxiliary code and specific dependen ### Miscellaneous modules For example, `sync`, `benchmark` and `test` modules, as well as `app-nia-catalog` - a catalog app for displaying our design system quickly. -## Modules - -Using the above modularization strategy, the Now in Android app has the following modules: +## Module examples @@ -117,8 +115,7 @@ Using the above modularization strategy, the Now in Android app has the followin :interests:impl module uses to navigate from the InterestsScreen to the TopicScreen when a topic is clicked. -
TopicScreen
- TopicViewModel +
TopicNavKey