The Kotlin Android Switching Fragments development tutorial describes the steps how to replace one Android Fragment with another using the Android Menu. This Kotlin on Android development tutorial follows on from the previous episode, Creating Android Fragment. In this Kotlin on Android tutorial, we will learn how to Copy files using Android Studio’s F5 command […]
Kotlin Bottom Navigation View
The Kotlin Bottom Navigation View android development tutorial describes how to add the BottomNavigationView for selecting Android Fragments. This Kotlin on Android development tutorial follows on from the previous episode, ViewPager. In this Kotlin on Android tutorial we will cover: Using Android Studio refactor copy Adding BottomNavigationView to layout Setting up BottomNavigationView listener Describe 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 […]