Home page should have navigation drawer Other page don't have navigation drawer
Show up caret -> like this
Home page view look like
And the fragment
view looks like this:
see here for details Navigation drawer menu items selection snapshot
Developing app with navigation drawer
My home page having navigation drawer And i want to hide navigation drawer and show action bar home button setHomeAsUpEnabled = true
instead of navigation drawer.
How can i achieve this logic onto my app?
Please let me know if any one know about this??