Slide 37
Slide 37 text
NavController
NavController, an object that manages app navigation within a NavHost and is used to navigate
to a destination
When you call navigate(), it handles the rest
Various static methods to retrieve NavController
Each NavHost has its own corresponding NavController
Prefer navigating via Actions over Destination Ids