Provides navigation drawer access. Part of Android's design support library.
Summary
Helps developers follow Android's material design standards by providing access to the navigation drawer.
Navigation View
The navigation drawer can be an important focal point for identity and navigation within your app and consistency in the design here can make a considerable difference in how easy your app is to navigate, particularly for first time users. NavigationView makes this easier by providing the framework you need for the navigation drawer as well as the ability to inflate your navigation items through a menu resource.
Reference