The Migrating Fragments to Jetpack Navigation kotlin development tutorial describes how to take an existing Android app and migrate it to Jetpack Navigation. This Kotlin on Android development tutorial is based on the previous Kotlin fragment series. Pre-requisites Android Jetpack is included in Android Studio 3.2 or later. Knowledge of the dart programming language is […]
Kotlin Android Navigation Drawer
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 ToolBar
The Kotlin Android ToolBar development tutorial describes how to add a ToolBar to the navigation drawer to be used with the Navigation Drawer. This Kotlin on Android development tutorial follows on from the previous episode, Navigation Drawer. In this Kotlin on Android tutorial, we will cover Disabling the default ActionBar Using the ConstraintLayout editor to […]
Kotlin Android Fragment
The Kotlin Android Fragment development tutorial describes how to add Android Fragments to an Android Activity. In this Kotlin on Android tutorial, we will learn Install and use the Glide v4 Image library How to use FrameLayouts and their relationship with Fragments How to create an Android Fragment from code The relationship between Fragments and […]
Kotlin Android ViewPager
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 […]