Jetpack Navigation 3 Basics:
https://youtu.be/pdz1vcGENPo
Learn how to implement bottom navigation using Jetpack Navigation 3 in Jetpack Compose with proper backstack handling for each tab. This video covers independent tab navigation and custom back press behaviour that returns to the default tab if at the root of a non-default tab.
Repository:
https://github.com/kotlearn/jetpack-navigation-3-alpha
Nav 3 Recipes Repository:
https://github.com/android/nav3-recipes
00:00 - Intro
00:17 - Project setup
00:42 - Implementation
11:50 - Custom back behaviour to return to default tab
#jetpackcompose #android #composemultiplatform #kotlinmultiplatform #kotlin #jetpacknavigation