The Kotlin Android ViewPager development tutorial describes how to implement the ViewPager to swipe between Android Fragments. This Kotlin on Android development tutorial follows on from the previous episode, ToolBar. In this Kotlin on Android tutorial we will cover: Adding a ViewPager to the DrawerLayout Creating a FragmentPageAdapter class Setting a FragmentPageAdapter to a ViewPager […]
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 […]