How to Create Drawer Menu in Android Studio - 48 - Android Development Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 41

  • @CybrJames
    @CybrJames Год назад +1

    Man, I can't tell you how many videos I watched trying to learn how to do this. YOU ARE THE MAN. This was AWESOME... Thank you so much. Very straight forward and easy to follow. I can't thank you enough.

  • @sanjoetv5748
    @sanjoetv5748 Год назад +1

    this man deserves a subscribe for how many vids i watch so far this is the most understandable among them all.. Please continue to make videos that will inspire us to pursue android development as a career

  • @rodmuirhead587
    @rodmuirhead587 Год назад

    I have to agree with the comments below. This has been the best video I have found that explains how to create the navigation draw. Thanks for the effort you have put into this.

  • @anshulagrawal5534
    @anshulagrawal5534 3 года назад +1

    Please never stop making these tutorials : ) Thanks!!

  • @cristigaldi
    @cristigaldi 11 дней назад

    Hi! Thank you very much for this video, I started learning about Android Studio and it helped a lot. I would like to ask if you have any other video explaining how to create the different pages of the app. Thank you again

  • @enesaktepe5154
    @enesaktepe5154 Год назад

    Thank you so much brother! It's working.

  • @kanat_parakhatov
    @kanat_parakhatov Год назад

    Nice video. Very very good

  • @jamunaperumal3592
    @jamunaperumal3592 Год назад

    Good Explanation.Thanks for your efforts

  • @akrutisingh7304
    @akrutisingh7304 3 года назад

    Really it's very helpful after so many try now it's working thank you so much

  • @guillermojimenez6581
    @guillermojimenez6581 2 года назад

    Excelent video

  • @gokul4924
    @gokul4924 2 года назад

    Thanky for the clear explanation. It's working perfectly

  • @rehanrahman9362
    @rehanrahman9362 2 года назад

    Sooo helpful. Thanks Brother.
    liked, Commented and Subscribed

  • @khan-zv6ox
    @khan-zv6ox 2 года назад

    amazing bro... thank u soo much .,,, please carry on

  • @sjjjaiswal6521
    @sjjjaiswal6521 2 года назад

    Very good explanation 👍

  • @selvashankarisrinivasans3603
    @selvashankarisrinivasans3603 2 года назад +3

    Really helpful but i already have login and register activity and lastly add the navigation drawer layout aa third activity, while running the app only login and registration activity is running but navigation drawer is get forcely close, what should I do

  • @prandev490
    @prandev490 3 года назад

    Finally a tutorial which works , subscribed.

  • @mohitmotwani9256
    @mohitmotwani9256 2 года назад

    YOu are the besttt!!!

  • @salvadorjohndeniel
    @salvadorjohndeniel 2 года назад

    Wow you helped me a lot. Thank you sir
    Auto subcribed

  • @profapps
    @profapps 3 месяца назад

    thank you for your help
    how to change title toolbar for etch activity

  • @shansurya1639
    @shansurya1639 Год назад

    Anna you don't specify the adding of drawer in you main XML but how you get the toggle drawer button after build process

  • @walidlaanibi4006
    @walidlaanibi4006 2 года назад

    Thank you a lot

  • @68chanakya18
    @68chanakya18 3 года назад

    Thank you so much bro

  • @johnhiggins8147
    @johnhiggins8147 Год назад

    Great video. Thank you! How do we link the menu items to open a webpage in the assets folder, please?

  • @albertochavez595
    @albertochavez595 Год назад

    excelente video gracias me sirvio thanks

  • @UmarKhan-zy3km
    @UmarKhan-zy3km 5 месяцев назад

    Sir I am getting Runtime Exception error :
    java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.drawablemenu/com.example.drawablemenu.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.appcompat.app.ActionBar.setDisplayHomeAsUpEnabled(boolean)' on a null object reference
    Can you please help me with the solutions I spent a lot of time finding soln but no progress

  • @Ram-sd6zh
    @Ram-sd6zh 5 месяцев назад

    I'm not able to display the design of activity main What should i do for it

  • @markjhonbaladhay5296
    @markjhonbaladhay5296 Год назад

    Sir, can you help me? after of that is working for me, now I want to connect each home, chat, etc, with main. like fragment.

  • @oscarAL
    @oscarAL 2 года назад

    Funciona con cualquier versión de android

  • @alyssasyazmeen755
    @alyssasyazmeen755 Год назад

    hi , i have this error, Attempt to invoke virtual method 'void androidx.appcompat.app.ActionBar.setDisplayHomeAsUpEnabled(boolean)' on a null object reference. could you please help me to resolve this? 😭😭

  • @hasanmiahh
    @hasanmiahh 2 года назад

    How would you get each section leading to a seperate page

  • @SharpTechSkills
    @SharpTechSkills Год назад

    I received error constant expression required.

  • @modyklaza
    @modyklaza 2 года назад

    Hi, I am facing a problem with the navigation view icon , it is not appearing in the tool bar to click it , anyone can help please ?

  • @faturburhansyah8984
    @faturburhansyah8984 2 года назад

    how to add home activity to profile activity?

  • @bikeshkumar949
    @bikeshkumar949 3 года назад +1

    Sir code link de diya kijiye, very helpful hoga

    • @codingpursuit914
      @codingpursuit914  3 года назад +1

      Ok sure next time , I will share code link as well.

  • @CRIMSONDALUBATAN
    @CRIMSONDALUBATAN Год назад

    you didnt use the toolbar declaration?

    • @wendykareninasanjinesmonta8790
      @wendykareninasanjinesmonta8790 Год назад

      yo añadí un toolbar arriba del activity main y en el cógido Java puse : toolbar = (Toolbar) findViewById(R.id.toolbar);
      setSupportActionBar(toolbar);

  • @ayatkaiss4488
    @ayatkaiss4488 2 года назад

    can i get the source code?

  • @sergiomendes63
    @sergiomendes63 Год назад

    Hello,
    I am having difficulty implementing two things in DRAWERMENU.
    In the header, I want to put the user's photo and name, which are in firebase.
    In the menu, I want to make an option that for the ADMIN appear some items and for the user appear others.
    Can you help me with some suggestions?
    Thank you

  • @angelitolopez5584
    @angelitolopez5584 2 года назад

    Can you help us we struggle in the part drawerLayout = findViewById(R.id.drawer_Layout); it has a red line but we already has an android:id="@+id/drawer_layout" but thier still a read line in R.id.drawer_Layout