Nthily
08/22/2021, 6:59 PMScaffold
(bottom navigation bar), there are three Screens inside, but I have another Screen which is not composed inside Scaffold
, how should I use NavHost
to do it? I tried to use Nested Navigation
in NavHost
, but it doesn't display the Screen inside Scaffold
properly.Nthily
08/22/2021, 7:06 PMIan Lake
08/22/2021, 8:50 PMNthily
08/23/2021, 8:48 PMNthily
08/23/2021, 8:50 PMNthily
08/23/2021, 8:53 PMNavHost
inside the Scaffold, like the stackOverFlow link sent above, if other pages want to display it full screen, they will have to control the hiding of the BottomBar based on some conditionsNthily
08/23/2021, 8:55 PMNavHosts
one to control the interface with Scaffold (which contains BottomBar
) and the other to control the interface without BottomBar
, but I think this may not be a good approach, so I would like to ask if there is any other good way to do it.Nathan Castlehow
09/02/2021, 3:48 AMNthily
09/04/2021, 4:45 PM