Hello Everyone I am a beginner and just started coding in android i found a tutorial regarding, how to make navigation drawer.
Tutorial Link:- http://www.android4devs.com/2015/06/navigation-view-material-design-support.html
I do wanna know is there any way if i click on options in navigation drawer, a new activity will open it will be a great help for answer.
Thank you in advance
Im using
and it's work for me :) (It's the default android nav drawer menu)
as new implementation you can use the fresh Design Support Library that introduced the
NavigationView
class andDrawerLayout
pattern. Check the release notes for more info.}