Changes

Jump to: navigation, search

Implementing an Android Navigation Drawer in Kotlin

144 bytes added, 18:27, 27 November 2017
no edit summary
[[File:as3.0_navigation_drawer_google_play.png]]
[[File:as3.0_navigation_drawer_activity.png]]
[[File:as3.0_navigation_drawer_button.png]]
[[File:as3.0_navigation_drawer_running.png]]
== Summary ==
The navigation drawer is a panel that extends from the left-hand edge of an activity screen when an indicator is selected by the user. The drawer contains menu options available for selection and serves as a useful application navigation tool that conforms to the material design guidelines. Although it is possible to add a navigation drawer to any activity, the quickest technique is to use the Android Studio Navigation Drawer Activity template and then customize it for specific requirements. This chapter has outlined the components that make up a navigation drawer and highlighted how these are implemented within the template.

Navigation menu