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 […]
Kotlin Android Fragments
The Kotlin Android Fragments introduction describes how to create Android Fragments and switch between them using Navigation Drawer, View Pager, ToolBar and BottomNavigationView. All of the Android development tutorials will be written in the Kotlin programming language. Create Fragment In the first Kotlin on Android episode of the series, we create the Android project. And […]