# Design Support Library (I): Navigation View

DevFeed: [Design Support Library (I): Navigation View](<https://devfeed.tech/articles/design-support-library-i-navigation-view-27208.md>)

Original publisher: [Read original article](<https://antonioleiva.com/navigation-view>)

Published: 2015-05-31T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Material Design](<https://devfeed.tech/topics/material-design.md>), [User Interfaces](<https://devfeed.tech/topics/user-interfaces.md>), [navigation](<https://devfeed.tech/topics/navigation.md>), [Code](<https://devfeed.tech/topics/code.md>), [Java](<https://devfeed.tech/topics/java.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [code](<https://devfeed.tech/tags/code.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [java](<https://devfeed.tech/tags/java.md>), [library](<https://devfeed.tech/tags/library.md>), [material-design](<https://devfeed.tech/tags/material-design.md>), [navigation-drawer](<https://devfeed.tech/tags/navigation-drawer.md>), [user-interfaces](<https://devfeed.tech/tags/user-interfaces.md>)

## AI overview

A tutorial on using Android's Navigation View from the Design Support Library to implement a Material Design navigation drawer. It explains the required layout, menu and header configuration, item-selection handling, and drawer controls, while noting a limitation with marking submenu items as checked.

## Source excerpt

Everything Android, Kotlin and other random topics