Skip to content

Commit 01e5a68

Browse files
authored
Replace NiaTopLevelNavigation with TopLevelDestination based on #186 (#723)
* Replace NiaTopLevelNavigation with TopLevelDestination based on #186 * Update ModularizationLearningJourney.md
1 parent a03307e commit 01e5a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ModularizationLearningJourney.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The Now in Android app contains the following types of modules:
9595
* The `app` module - contains app level and scaffolding classes that bind the rest of the codebase,
9696
such as `MainActivity`, `NiaApp` and app-level controlled navigation. A good example of this is
9797
the navigation setup through `NiaNavHost` and the bottom navigation bar setup
98-
through `NiaTopLevelNavigation`. The `app` module depends on all `feature` modules and
98+
through `TopLevelDestination`. The `app` module depends on all `feature` modules and
9999
required `core` modules.
100100

101101
* `feature:` modules - feature specific modules which are scoped to handle a single responsibility
@@ -132,7 +132,7 @@ Using the above modularization strategy, the Now in Android app has the followin
132132
<td>Brings everything together required for the app to function correctly. This includes UI scaffolding and navigation.
133133
</td>
134134
<td><code>NiaApp, MainActivity</code><br>
135-
App-level controlled navigation via <code>NiaNavHost, NiaTopLevelNavigation</code>
135+
App-level controlled navigation via <code>NiaNavHost, NiaAppState, TopLevelDestination</code>
136136
</td>
137137
</tr>
138138
<tr>

0 commit comments

Comments
 (0)