Android NavigationView

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Remarks

The NavigationView represents a standard navigation menu for application. The menu contents can be populated by a menu resource file.

Before using the NavigationView you must add the design support library dependency in the build.gradle file:

 dependencies {
    compile 'com.android.support:design:24.2.0'
}

Official Documentation:

https://developer.android.com/reference/android/support/design/widget/NavigationView.html

Material Design Specifications:

https://material.google.com/patterns/navigation-drawer.html#navigation-drawer-content



Got any Android Question?