Nested Navigation with Bottom Bar and Jetpack Compose | Android Studio Tutorial

preview_player
Показать описание
🏆 My Online Courses

☕ Buy me a Coffee

🐱‍👤 Wanna become a member? Join!

📸 Instagram

In this video I'm going to show you how to successfully implement a Nested Navigation with Bottom Bar in your app, using Jetpack Compose! Watch the video until the end, there are a lot of useful and important information! Enjoy. :)

⌚Timestamps
0:00 - Introduction
0:43 - Preview
2:58 - Project Overview
Рекомендации по теме
Комментарии
Автор

Omygod, You really explain my number 1 problem for the last 2 months. You really are great

Gtry-pcbg
Автор

Pa ti si nas! Auu jebote, najaci smo. Hvala ti na ovome tutorijalu. Samo napred!

milanglisic
Автор

Thank you so much, I've been stuck in this part for over a week and finally I found your video .

AiGirlzzandBoyzz
Автор

Hvala brate, baš mi je ovo trebalo, imaš odlične videe o Jetpacku, samo tako nastavi!

dusanperic
Автор

I dont comment usuallly but this video help me in my many projects i always watch this video and your code . Thanks for this video

shubhanshusharma
Автор

This was a problem for me, but now it is easy. Thank you

AliAhmad-dev
Автор

Great Job! Thank you very much! I am your student for learning jetpack compose from the beginning! Obvious and beneficial explanation. Expect more videos in the future!

wuguo
Автор

such a perfect playlist for understanding jetpack compose navigation. Thank You

rahulchandrabhan
Автор

This is very helpful, but i have a question how to go from Home to Auth again incase of Logout ?

zakariajawas
Автор

Hey Stev, you really need to create a video about a nested navigation drawer!

thatcrazymf
Автор

Hi, Stevdza, now that jetpack compose has a different way to handle the BottomNavigation with a rename and refactor of the composable as BottomBar, the function extension RowScope.AddItem doesn't work properly because the class BottomNavigationItem doesn't exist anymore, is there a fix to that?

chilt
Автор

How to implement a logout from the profile in the bottom nav screen? It has a different controller. And auth in other controller. Then how to navigate?

akpapps
Автор

Thank you for the tutorial! I've implement this navigation bottom bar with nested navigation on my project. But I'm having trouble. While on the Home Screen, the bottom bar keeps recomposing. I noticed it when elevation kept blacking out and logcat kept showing the message "The application may be doing too much work on its main thread.". My application also became very heavy. Do you have a solution regarding this?

adjimaingame
Автор

I had a question. How do you go back to the authNavGraph if I log out from the homeNavGraph?? Kindly give me advice on this as I am stuck

bedresamarth
Автор

I've been one of the "many messages asked me for". Thank you very much for this nice feedback :)

frax
Автор

you could achieve such functionality much easier with scaffold and tabrow. The question is how to do it on xml? nice video btw

caniggiasyabil
Автор

how would you then navigate back to the auth graph, say for a logout button that was pressed in the home graph?

DavidBrunk-li
Автор

Since HomeNavGraph is a nested navigation, it could be implemented with navigation extension function. May I know the reasoning to use NavHost?

trekimpossible
Автор

Great video for navigation. Can you make videos on how to scope viewmodels to composable in jetpack compose projects?

satnamsingh-qhsi
Автор

How can we achive same behaviour by using xml ? I couldn't find any example. Should I use multiple NavHost Fragments ?

tunahanbozkurt