codelab-android-navigation icon indicating copy to clipboard operation
codelab-android-navigation copied to clipboard

What Navigation Pattern to follow?

Open kaushiknsanji opened this issue 4 years ago • 0 comments

The HomeFragment and DeepLinkFragment are treated as Top-level destinations, while the FlowStepFragment, SettingsFragment and the Fragment for Shopping Cart are NOT being treated as Top-level destinations. Irrespective of how they are treated/regarded as, the Navigation Drawer and Bottom Navigation are always shown. Is this correct?

This is confusing because the toolbar icon in the destinations that are NOT Top-level, changes to Up arrow, but we still can see the Bottom Navigation (in portrait mode) and pull the Navigation drawer from the left-side (in other resolutions/qualifiers).

If this pattern is wrong according to you, please let us know how to approach and solve this, in terms of using/leveraging this Navigation component.

Regards, Kaushik

kaushiknsanji avatar Jun 24 '20 17:06 kaushiknsanji