Building navigation with Jetpack: Jetpack Compose - 31

Опубликовано: 20 Октябрь 2024
на канале: Codetutor
952
32

In this video we start implementing the jetpack navigation using the concepts that we have covered in the previous video. The first thing we do is build the NavGraph. After that we create the NavController using rememberNavController and then pass the navController to NavGraph via NavHost. NavHost contains the reference to first screen that needs to be loaded when the app loads. This is a simple basic navigation to get started with.

Follow me on Twitter:   / anilvdeshpande  

Github Link to Demo - https://github.com/AnilDeshpande/Simp...