MENU

Fun & Interesting

25 - Nested NAVIGATION - Android Jetpack Compose

Mohsen Mashkour 9,603 2 years ago
Video Not Working? Fix It Now

In this video, we will learn about nested navigation in jetpack compose you will learn How to do nested navigate in jetpack compose How to define routes with sealed class --------------------------------------------------- If you like the content, buy me a coffee by clicking on this link. ☕☕☕ https://www.buymeacoffee.com/mkrdeveloper Dependency: dependencies { val nav_version = "2.7.1" implementation("androidx.navigation:navigation-compose:$nav_version") } Jetpack compose tutorial: https://www.youtube.com/playlist?list=PLEGrY4uRTu5mSPW2hvxFXeRb2zFdMT2XJ Source Codes: https://github.com/MohsenMashkour/NestedNavExampleJetpack --------------------------------------------------- Timestamps: 00:00 Introduction 02:22 Project structure and materials 04:45 Sealed Class 06:30 Navigation graph 15:07 Testing the app 15:48 Ending --------------------------------------------------- Join me on social media: MkrDeveloper website: https://www.mkrdeveloper.com/. MkrDeveloper Instagram page: https://www.instagram.com/mkr.developer/ MkrDeveloper Telegram Chanel: https://t.me/Mkr_Developer MkrDeveloper Discord server: https://discord.gg/YFaxXft3XE . . . . #Android #jetpack_compose #kotlin #android_studio #kotlin_course #android_tutorial_beginners #android_developers #navigation_android_jetpack_compose

Comment