architecture-components-samples icon indicating copy to clipboard operation
architecture-components-samples copied to clipboard

Navigation example with multiple activities

Open PatrickKuijpers opened this issue 6 years ago • 1 comments

Having a sample project showing navigation for multiple activities would be really helpful. Right now there are only examples for single activity navigation. For example, NavigationBasicSample could be created with a separate activity for leaderboards (2 fragments) and matches (4 fragments).

This would strongly support the documentation of how to migrate old activity navigation to the new androidx navigation.

PatrickKuijpers avatar Sep 04 '19 19:09 PatrickKuijpers

It would be great if conditional navigation could also be added to this example. eg. register required only once. If registered, then directly start a match and skip the register screen.

PatrickKuijpers avatar Sep 04 '19 20:09 PatrickKuijpers