Nested Navigation in Jetpack Compose

preview_player
Показать описание
In this video, you will learn about the best practices for implementing nested navigation in Jetpack Compose. The video covers the basics of navigating with Compose, creating a NavHost, and navigating between composables. It also provides tips and tricks for implementing nested graphs and how to handle common navigation issues.

Рекомендации по теме
Комментарии
Автор

Why don't you use the newer safe navigation with serialization?

maxnovikov
Автор

great work .. could you make it with (splash, login, signup and bottom navigation with four screen) then signout returning to login? .. i feel confused about this.

georgemamdouh
Автор

what state management is used in Android I come from background of Flutter where we have local state management called setState() which is equivalent to remember{} in Kotlin but we also have different sate management libraries like Provider, River Pod, Bolc etc. Do Kotlin have some external stage-management library and If yes then learning them are important from getting job perspective?

ManoharAcharyaAndroid