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.
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
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.
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
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
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
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? 😭😭
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
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
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.
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
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.
Please never stop making these tutorials : ) Thanks!!
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
Thank you so much brother! It's working.
Nice video. Very very good
Good Explanation.Thanks for your efforts
Really it's very helpful after so many try now it's working thank you so much
Excelent video
Thanky for the clear explanation. It's working perfectly
Sooo helpful. Thanks Brother.
liked, Commented and Subscribed
amazing bro... thank u soo much .,,, please carry on
Very good explanation 👍
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
Finally a tutorial which works , subscribed.
Thanks for the sub!
YOu are the besttt!!!
Wow you helped me a lot. Thank you sir
Auto subcribed
thank you for your help
how to change title toolbar for etch activity
Anna you don't specify the adding of drawer in you main XML but how you get the toggle drawer button after build process
Thank you a lot
Thank you so much bro
Great video. Thank you! How do we link the menu items to open a webpage in the assets folder, please?
excelente video gracias me sirvio thanks
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
I'm not able to display the design of activity main What should i do for it
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.
Funciona con cualquier versión de android
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? 😭😭
How would you get each section leading to a seperate page
I received error constant expression required.
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 ?
how to add home activity to profile activity?
Sir code link de diya kijiye, very helpful hoga
Ok sure next time , I will share code link as well.
you didnt use the toolbar declaration?
yo añadí un toolbar arriba del activity main y en el cógido Java puse : toolbar = (Toolbar) findViewById(R.id.toolbar);
setSupportActionBar(toolbar);
can i get the source code?
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
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