Skip to content

The navigation drawer is a UI panel that shows your app's main navigation menu.πŸ“œπŸš€

Notifications You must be signed in to change notification settings

priyalbhatewara123/Navigation-Drawer--Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Navigation-Drawer--Android

The navigation drawer is a UI panel that shows your app's main navigation menuπŸ“œ. The drawer appears when the user touches the drawer icon in the app bar or when the user swipes a finger from the left edge of the screen.

Demo

Steps to create Navigation Drawer:

  1. Change the theme of the app to NoActionBar.
  2. Create a customised toolbar (an XML layout file)
  3. Create a new Android Resource Directory - menu
  4. Navigation Drawer has 2 components - Header and menu.
  5. Design an XML file for nav header.
  6. For nav menu create a menu.xml file in menu directory.
  7. The MainActivity should have Drawer Layout as the parent layout. Include toolbar in this activity.
  8. Use NavigationView to include navigation drawer.

Do ⭐ this repo if you find it useful.

About

The navigation drawer is a UI panel that shows your app's main navigation menu.πŸ“œπŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages