| [ Web Proxy ] |
| Viewing: https://riptutorial.com/android/topic/97/navigationview | [Back] [Original] |
[logo rip]
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'
}
https://developer.android.com/reference/android/support/design/widget/NavigationView.html
https://material.google.com/patterns/navigation-drawer.html#navigation-drawer-content
| Web Proxy Viewer | New URL | Original Page |