The Kotlin Android Navigation Drawer development tutorial describes how to implement the Android Navigation Drawer using the Kotlin programming language.
This Kotlin on Android development tutorial follows on from the previous episode, Switching Fragments.
In this Kotlin on Android episode, you will learn how to
- Add a DrawerLayout & NagivationView to the main layout
- How to reference a Java Class in Kotlin
- Using the Kotlin When expression
- Adding a listener to the NavigationView
Episodes