Navigation Drawer with Navigation Component - Android Studio Tutorial

Navigation Drawer with Navigation Component - Android Studio Tutorial

Stevdza-San

4 года назад

56,566 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@user-yr3kf3ep1t
@user-yr3kf3ep1t - 19.08.2023 15:31

your voice is very annoying

Ответить
@deepeshkumar1704
@deepeshkumar1704 - 28.05.2023 21:26

if drawer is open, and back button pressed,then without closing drawer its directly quit, how to solve this?? or how to lock drawer layout in some fragments?? pls

Ответить
@zmemes69
@zmemes69 - 18.09.2022 02:23

how to disable item when it's selected i couldn't find any reference in docs
please help

Ответить
@lasanbajrasandi8434
@lasanbajrasandi8434 - 13.09.2022 14:54

thankyou !!!!

Ответить
@kumar_k19
@kumar_k19 - 01.09.2022 12:20

Thanks for the video

Ответить
@athisii_ekhe6167
@athisii_ekhe6167 - 27.06.2022 13:09

Thanks for the video. Little help is needed, after the drawer icon is opened, again clicking drawer icon doesn't close the drawer. how to implement it?

Ответить
@pratyushsharma8652
@pratyushsharma8652 - 25.04.2022 15:01

Use this -
navHostFragment = supportFragmentManager.findFragmentById(R.id.nav_host_fragment) as NavHostFragment
navController = navHostFragment.navController

Ответить
@NASADISCOVERIES313
@NASADISCOVERIES313 - 29.03.2022 12:38

Sir u made it so simple and so easy ... Thanks Alot 😍

Ответить
@MegaRockandroll09
@MegaRockandroll09 - 23.02.2022 21:25

Everything is different on Java

Ответить
@Krystiano353
@Krystiano353 - 07.02.2022 06:15

doesn't work lol

Ответить
@HarveySpecterYT
@HarveySpecterYT - 19.01.2022 16:19

Thanx a lot.

Ответить
@arjunvarma9350
@arjunvarma9350 - 10.01.2022 10:23

It’s saying unresolved reference : navigationView

Ответить
@_johndoew
@_johndoew - 11.11.2021 22:11

hello guy, i love your channel :)

Ответить
@samirshrestha5252
@samirshrestha5252 - 03.10.2021 10:29

Great tutorial, but after drawer icon is opened, again clicking drawer icon doesn't close the drawer. and back icon is not shown in drawer icon place, after clicking drawer icon. Seeking for help! ( using kotlin )

Ответить
@rma1563
@rma1563 - 19.09.2021 05:01

java.lang.IllegalStateException: Activity com.example.navigationdrawer.MainActivity@99d436b does not have a NavController set on 2131230916. I did everything the same I guess, but still 😶

Ответить
@josephcobbinah5412
@josephcobbinah5412 - 17.09.2021 15:33

Just out of curiosity, is it standard practice to make the NavDrawer act as a switch between fragments such that the hamburger icon shows regardless of the current fragment? Any help is greatly welcome. Thanks

Ответить
@sodiqjonrasulov4231
@sodiqjonrasulov4231 - 18.08.2021 08:58

thank youuuuuuu

Ответить
@Sk-gb2hx
@Sk-gb2hx - 02.07.2021 13:27

No access to onSupportNavigateUp() from fragment, can you help me with it ?

Ответить
@bhagwatgirija4445
@bhagwatgirija4445 - 01.07.2021 15:59

Best vedio sir

Ответить
@ethiomusic3158
@ethiomusic3158 - 01.06.2021 16:36

How can I change the activity_main (xml) from ConstraintLayout to Drawer Layout once I have already changed it for another layoutpurpose (for instance I might have used it as Linear Layout or RecyclerView)?Please tell me the technique how to solve it?... We do take home page (mainactivity)for everything but it is stuffed with other issues…  While I use fragments, they crushed when Irun it… I need help guys please help me. I am a new developer with zeroeducation and experience but I understand how to make apps

Ответить
@rajsingharia9561
@rajsingharia9561 - 02.05.2021 16:21

Layout gravity is not available

Ответить
@abada-s
@abada-s - 13.03.2021 07:36

very helpful but you was to fast in this video

Ответить
@lordbars1411
@lordbars1411 - 28.02.2021 11:26

Q: I don't want back button. So, should i remove connections in nav_graph.xml file?

Nice video 😃

Ответить
@moataz2415
@moataz2415 - 22.02.2021 20:27

I failed to do that by java I am stack in the beginning any one help

Ответить
@Lenduya
@Lenduya - 08.02.2021 21:02

So this way, if we had fragments A B C D, we'd have to create toB, toC and toD actions for A then? And then toA, toC and toD actions for B? That cannot be correct.

Ответить
@kushalsharma8635
@kushalsharma8635 - 03.02.2021 07:36

Is anyone here with an experience of more than a year in android development?

Ответить
@nomanzafarzafar7912
@nomanzafarzafar7912 - 25.12.2020 13:35

Great work sir. Keep it up.

Ответить
@MrAvelino2010
@MrAvelino2010 - 27.10.2020 13:25

How to impelment using java

Ответить
@laleyuniversal
@laleyuniversal - 22.10.2020 09:19

How can I add animations? Thanks 🥺🥺

Ответить
@sun.lite11
@sun.lite11 - 04.10.2020 17:33

Sir can i do that by using only one fragment and show the data related to the menu item clicked

Ответить
@sedrekblak
@sedrekblak - 20.09.2020 23:27

Hey man , great content , I have a small problem the navigation drawer doesn't close when I click the hamburger button again and there no any animation

Ответить
@mohammadgoudarzi5697
@mohammadgoudarzi5697 - 11.09.2020 21:46

Short and useful! Thank you!

Ответить
@amanuel2135
@amanuel2135 - 19.08.2020 03:55

Putting source code would be good maybe a github link to this code.

Ответить
@akshayshelkeengg
@akshayshelkeengg - 06.08.2020 10:29

Thank you very much.

Ответить
@lucye7320
@lucye7320 - 12.07.2020 07:57

Great series! Very helpful to see how all the pieces go together. Thank you!

Ответить
@yassinelegougui4044
@yassinelegougui4044 - 16.06.2020 09:21

Thanks a lot i have a Q i can't use this method (findNavcontroller) ! exactly like in this line "navController= findNavController(R.id.fragment)" this method doesn't show for me on android studio any help plz

Ответить
@nafiliumgeneration533
@nafiliumgeneration533 - 31.05.2020 12:24

Nice tutoriall

Ответить
@tejendraraom3074
@tejendraraom3074 - 12.05.2020 14:08

please make a video on recycler view
filter

Ответить
@soract4371
@soract4371 - 03.05.2020 19:13

Thanks a lot! Keep the good work! I prefer Java, but I understand why you are using Kotlin and as you already mentioned, we can convert kotlin to java. I just subscribed :)

Ответить
@nitin88mehta
@nitin88mehta - 27.04.2020 14:43

Absolutely loved your video...Other videos of 30 minutes and 40 minutes just shows the procedure without explaining...I understood really well...Thanks a lot

Ответить
@gabrielgil3486
@gabrielgil3486 - 25.04.2020 16:12

I like your videos! They all have good content, but I am a java developer and Kotlin makes it more dificult to understand.

Ответить
@serdarbilgili88
@serdarbilgili88 - 23.04.2020 19:50

Is there a chance to explain them with Java

Ответить
@rameshramesh-bd2wu
@rameshramesh-bd2wu - 12.04.2020 09:37

All your tutorials are useful for who are already familiar with Android development but beginners like me it was very hard to catch-up.

Ответить
@rameshramesh-bd2wu
@rameshramesh-bd2wu - 12.04.2020 09:36

Can you please make a tutorial for beginners ?

Ответить