Android Navigation Drawer Example using Fragments

preview_player
Показать описание
Navigation Drawer with Navigation Architecture
This method is recommended now in 2019

Android Navigation Drawer Easy Step by Step

In this video we will see how we can create Android Navigation Drawer using Fragments.

So this Android Navigation Drawer Example will teach you creating Android Navigation Drawer in your Project.

You can also view the text tutorial and more details from this link
Рекомендации по теме
Комментарии
Автор

Navigation Drawer with Navigation Architecture
This method is recommended now in 2019

SimplifiedCoding
Автор

i don't know how many tutorials i have watched to try and do this! and yours worked thank you.<3

RNoONeY
Автор

For someone who gets problem with "content_main": you need to add in your content_main.xml file.

quochoantran
Автор

This is by far the simplest video i've seen to use fragments with the nav drawer.Thank you! Just as a note: I had to change my content_main.xml to a RelativeLayout and manually add the I'm using Android Studio 2.3

Mr_BetaMax
Автор

This tutorial save my life. thanks bro!

maghfirzakir
Автор

man, please, make tutorials without trolling. I was studying at 2:26Am and almost died at 3:50 :(

RyutakuZaki
Автор

It is really good tutorial thanx! i learn a lot.

scitechbyjohn
Автор

Thakns, your contribution helped me a lot

Автор

thank you, sir you've been very helpful

odeyrefaat
Автор

Thank you so much your video is very helpful

sushmaprasad
Автор

thanks a lot boskuh. for your tutorial and your share code.

redzone
Автор

your video 10:06 on error show my program.
content_main error show the cannot resolve symbol

rachitmalik
Автор

Great tutorials, thank you.
I am trying to code a Date picker and time picker on lines that are part of a registration page.
I would like the end user to tap on the line and a calendar or a clock for them to choose from,
can you help?

johnatlus
Автор

Thanks 4 ur great work bro ! Can u make a tutorial with firebase recycler view realtime data base with images ! Please

luimix
Автор

You got a thumbs up and a new subscriber. Enjoy! And yes, please buy a new mic.

ahsaltwater
Автор

how to use firebase examples of logout and profile activity with this fragements??

JaiminShah
Автор

Which software used for making this vid

abdulwahab
Автор

Thanks for the tutorial. I've watched this one and TabLayout Tutorial. I am new programming Android and I would like to know if you could please make a tutorial integrating Navigation Drawer and TabLayout. I've tried integrating them but I always got an error about Binary XML file and app fails launching.

sergiosalazar
Автор

sir I get an error in ft.replace(R.id.content_main, fragment); error in content_main

srisaravanan
Автор

For the problem Error:(101, 82) : incompatible types: cannot be converted to
The solution is simple, change import library this
import android.app.Fragment;
import
for this
import
import
import

fernandoangladalores