Sorry for last nights post, I want to clear something up. Your Tutorial worked perfectly. The problem was I had other things on the page and wanted to implement this drawer in with it so there was a crash. Once I took off the other things I had on the page, everything worked with perfection. So I have to give credit where due. Your videos are great and I watch them everyday, Keep it up
i really enjoy the background music bro so relaxing HAHAH great Tutorial dude good job upload more please!!! like customized tabs, toolbar, imagebutton ect. hahhhhh
Awesome work! can you help me with the swipe back gesture of this drawer? it doesnt work while swiping it in.. but it works when it's swiped from the edge..
Awesome bro !! I was stucked with rendering problems in Navigation activity U have now made it simple thank you so much.....Try to add your explaination background
there is a simple way to add many icons to your project in android studio, right click on drawable resource folder choose vector asset then click on the small android icon on the left side. pop up contain many icons should appear :)
very very good. but could please tell me something about how to make image view clickable so that i can take image from camera or select from gallery as we do in Fb for some other apps. Please I really want to know. Thanks for sharing your knowledge with us.
al final se acabo antes la musica :(, crack me gusto que empezaste desde cero con el activity en blanco! eres el unico que lo hizo en youtube que yo sepa!
Use Intent... for starting New activity... Example: If onclick you want to jump to say secondactivity from mainactivity then write... Intent i=new Intent(Mainactivity.this,secondactivity.class); startActivity (i);
ty for ur tutorials its esasy to understand and follow a question , how do i implement this on all my activitis ? so i have to copypaste the code that u use in ur main or there is a way to make this bar allways present ? ill w8 for u reply Ty!
Awesome tutorial bro. I did exactly what u did in video tutorial but when i tap outside navigation drawer it doesn't hide automatically.. any ideas how can i fix that?
Awesome tutorial can you pls explain that when we use navigation drawer activity ready so that in content.xml page anything I put it is also shown on fragments of that navigation drawer items pls say it
@@rafaelcastellanos9055 Las imágenes uno las agrega al gusto del proyecto por eso en este tutorial no las da.. Yo aquí en este video me fijé como personalizada el Navigation Drawer porque lo puedes crear de una vez de forma automática cuando haces el proyecto pero ya es trabajo de uno cambiarle los atributos modificarlos o eliminar algún elemento que uno no desea.
Thank you for the video, but after using Navigation layout, (design.widget...) I can not change the size of my buttons which is in main_activity, can you help me please?
great tutorial. i have just subscribed. Please can you try to be explaining things verbally. Also, how can i link all the drawer links to activities. Your style is different from the one used by android on the drawerActivity option.
i have read you reply to some people recommending fragments, how do i link all those together becausenow i can not link the drawer options to any activities
Awesome design. Can you give me source code please. Because When I completed this tutorial, I found errors Unfortunately, drawerlayout has stopped. Source code will help me to inspect errors easily. Thanks Sir For This Tutorial 😍😍😍
For those who want Handling the Menu Items Click Events. READ THIS : 1) you need to add implements NavigationView.OnNavigationItemSelectedListener public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener 2) add this Overrided method : @Override public boolean onNavigationItemSelected(@NonNull MenuItem item) { // Handle navigation view item clicks here. switch (item.getItemId()) { case R.id.home: Test(); return true; default: return true; } } } 3)add method to set Listener private void setNavigationViewListner() { NavigationView navigationView = (NavigationView) findViewById(R.id.nav_view_id); navigationView.setNavigationItemSelectedListener(this); } 4) finaly call method in onCreate protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setNavigationViewListner() } for more deatails see this link : stackoverflow.com/questions/42297381/onclick-event-in-navigation-drawer
it's good to live in the world because of persons just like you! thank you so much sir!
best youtube channel for UI design
Excellent ,this is very helpfull.
awesome tutorial man loved it thanks bro
wow.........brother your tutorial videos was awesome.
Thanks for the knowledge sharing.
Keep on uploading the awesome videos tutorial
you need a speaker to talk more , so we can actually understand what you are doing .but great work bro. thank you
professionalism as should be .. awesome ..
Nice video, thanks a lot.
it is best example video thank you for this video
I like the way you teach.
Thank you for all those Android lessons!
Sorry for last nights post, I want to clear something up. Your Tutorial worked perfectly. The problem was I had other things on the page and wanted to implement this drawer in with it so there was a crash. Once I took off the other things I had on the page, everything worked with perfection. So I have to give credit where due. Your videos are great and I watch them everyday, Keep it up
Very easy to understand.Awesome.
Really super sir
Perfect work
thanks for the video it was amazingly easy the way you demonstrated.
I love this song man and also your all video's.
Fantastic work i really love you guy. You have given me the passion of working on android apps.
Really appreciated .... for your worthful lesson tutorial ...
wooooooooooooooooooooosammmmmm
wow..thank..nice quality video
thnx dude
Thanks for the video, very useful.
brilliant video.
Please share the scratch code....
[Edit] Just followed your tutorial, mine works flawlessly. Thank you so much !! keep it up dude
thank you so much,
right now i dont have the source code of this project
i made a second one and i will provide the source code soon
please kindly share the source code of this tutorial with me please
my email ehisboy100@gmail.com
good bro...simply loved it
thank you
you are awesome bro, amazing..its great
nice video tnx bro.pls make more vdio like how to back to home page from navigation drawer ,exit,ret us and about us page pls...
Perfect ... it Really help me out in my FYP...Thanks
Most excellent presentation
Thanks Mate.... You are wonderful
Excellent tutorial, I learned a lot thank you.
YOU ARE THE BEST!!!!!!!!!!!!!!!!!!!!!!!!!!!!
wow! sir make more video like this on other topics.
and plez provide source code also.
thanks.
FAb Tutorial...
Very good tutorial. Congrats on your well-done job!
Very good!!
well done bro...amazing work..u r the only one who write code with great UI
thanks for the support dude
pls sir do you have the source code of this video?
i'm really impassive With ur Video
Great, keep up the good work!
ty so much
Dude you are awesome...everything works
thank you for this most excellent presentation
Thank you for this video
Thank you, sir, great video
This is very useful. Thanks
Thanks a lot bro, thanks for giving your time for create this tutorial!! Helped me a lot!
i m glade to hear tha, thank you
I liked this enhancing my first app video. Thanks a lot I had learned a lot more.
Very nice , Thanks my brother , regards from morocco
your welcome
So awesome dude I am backend Android developer so my desgining skills are not good
i really enjoy the background music bro so relaxing HAHAH great Tutorial dude good job upload more please!!! like customized tabs, toolbar, imagebutton ect. hahhhhh
Awesome work! can you help me with the swipe back gesture of this drawer? it doesnt work while swiping it in.. but it works when it's swiped from the edge..
Thanks for your publishing. It helps me a lot.
glad to hear that, thank you
Great tutorial. :)
neatly explained thank you
Thank you so much. finally I done.....Good job!
Thanks buddy for such providing an valuable tutorial
Very good sir, can you implement some item intent?
Awesome bro !!
I was stucked with rendering problems in Navigation activity U have now made it simple
thank you so much.....Try to add your explaination background
thank you so mush
very nice tutorial sir. But the tabs are not clickable and not linked with other pages.Please upload a video including these features. Thank You...!!
Helped a lot man.. thanks
Thanks a lot, man! Learned a lot. It would be cool if you can show us development of app from scratch (mostly UI design)
i will
thanks for your support
love ur music dude and thanks for the tutorial u had just what i needed
thank you,glad i could help
Music make me to go unother world
I came back it when its end
It's pretty cool....But you should give us an icon pack which you have used.
there is a simple way to add many icons to your project in android studio, right click on drawable resource folder
choose vector asset then click on the small android icon on the left side. pop up contain many icons should appear :)
I got it.,Thanks..!
Bro YOU ARE SO GOOD, YOU ARE THE BEST!!! MAKE MORE VIDEOS
very very good. but could please tell me something about how to make image view clickable so that i can take image from camera or select from gallery as we do in Fb for some other apps. Please I really want to know. Thanks for sharing your knowledge with us.
awsome work I am Impressed :)
al final se acabo antes la musica :(, crack me gusto que empezaste desde cero con el activity en blanco! eres el unico que lo hizo en youtube que yo sepa!
amazing guide
Thanks
your welcome
Just loved it thank u :)
your welcome
Thanks for the video. That really helped me a lot!
How do you link pages to the buttons in the drawer?
Use Intent... for starting New activity...
Example: If onclick you want to jump to say secondactivity from mainactivity then write...
Intent i=new Intent(Mainactivity.this,secondactivity.class);
startActivity (i);
@Dragon Lee Sin thx bro
huh aweeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeesome!!!!!!!!!!!!!!!!!!!!!! thnanx!!
thanks my friend :D
ty for ur tutorials its esasy to understand and follow
a question , how do i implement this on all my activitis ? so i have to copypaste the code that u use in ur main or there is a way to make this bar allways present ? ill w8 for u reply Ty!
Great
good tutorial. thanks man
Amazing video !
1) do you have a XML code source ?
Hi I am following your videos for a longer time i think you are the best sir,plese keep useful videos like this..thank you
Awesome tutorial bro. I did exactly what u did in video tutorial but when i tap outside navigation drawer it doesn't hide automatically.. any ideas how can i fix that?
It's worked! Thank you bless you
you are very experiencing man keep it up..
Nice
nice bg music
awsome
Awesome one! :D
I am kindly asking for the beats used in the tutorial....
#Nice_Tutorial
#Thanks
You explained it better than ne1
Where do you get the background music? Its awesome!
Awesome tutorial can you pls explain that when we use navigation drawer activity ready so that in content.xml page anything I put it is also shown on fragments of that navigation drawer items pls say it
Thank you! You helped me a lot!
Muchas gracias me sirvió mucho para mi proyecto que estoy haciendo.. thank you!
Disculpa, de donde sacaste las imagenes?
@@rafaelcastellanos9055 Las imágenes uno las agrega al gusto del proyecto por eso en este tutorial no las da.. Yo aquí en este video me fijé como personalizada el Navigation Drawer porque lo puedes crear de una vez de forma automática cuando haces el proyecto pero ya es trabajo de uno cambiarle los atributos modificarlos o eliminar algún elemento que uno no desea.
I like it
Sweet! Glad you like it.
Thank you for the video, but after using Navigation layout, (design.widget...) I can not change the size of my buttons which is in main_activity, can you help me please?
Wonderful tutorial...
Can you help me to handel menu items with onClickListener
Hey Sir. Great Video!!!! But can you also show how to make the single item clickable?
Thx :)
great tutorial. i have just subscribed. Please can you try to be explaining things verbally. Also, how can i link all the drawer links to activities. Your style is different from the one used by android on the drawerActivity option.
i have read you reply to some people recommending fragments, how do i link all those together becausenow i can not link the drawer options to any activities
awesome thanks much...
Help a lot! thanks!
Awesome design. Can you give me source code please. Because When I completed this tutorial, I found errors Unfortunately, drawerlayout has stopped. Source code will help me to inspect errors easily.
Thanks Sir For This Tutorial 😍😍😍
Thank you. really helpful.
thx for video
For those who want Handling the Menu Items Click Events. READ THIS :
1) you need to add implements NavigationView.OnNavigationItemSelectedListener
public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener
2) add this Overrided method :
@Override
public boolean onNavigationItemSelected(@NonNull MenuItem item) {
// Handle navigation view item clicks here.
switch (item.getItemId()) {
case R.id.home:
Test();
return true;
default: return true;
}
}
}
3)add method to set Listener
private void setNavigationViewListner() {
NavigationView navigationView = (NavigationView) findViewById(R.id.nav_view_id);
navigationView.setNavigationItemSelectedListener(this);
}
4) finaly call method in onCreate
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setNavigationViewListner()
}
for more deatails see this link : stackoverflow.com/questions/42297381/onclick-event-in-navigation-drawer
I follow all this steps and I still can't handle the Menu items :l . can you make a second part of this video.. and show it how it works please!
okey, next week i will upload the second part, please wait
Thank you very much for part 1. Is the part 2 uploaded?
yes
cool..!
thank you