Android Basics in Kotlin
This course is out of date and no longer maintained. Instead, please visit the Android Basics with Compose course for the latest recommended practices.
Welcome to Android Basics in Kotlin! In this course, you'll learn the basics of building Android apps with the Kotlin programming language. Along the way, you'll develop a collection of apps to start your journey as an Android developer.
Take your first steps programming in Kotlin, add images and text to your Android apps, and learn how to use classes, objects, and conditionals to create an interactive app for your users.
earnable badges
Build two different apps, and improve the user interface of your app by learning about layouts, Material Design guidelines, and best practices for UI development.
earnable badges
Enhance your users’ ability to navigate across, into and back out from the various screens within your app for a consistent and predictable user experience.
earnable badges
Write coroutines for complex code, and learn about HTTP and REST to get data from the internet. Then, use the Coil library to display images in your app.
earnable badges
Keep your apps working through any disruptions to essential networks or processes for a smooth and consistent user experience.
earnable badges
Use Android Jetpack’s WorkManager API to schedule necessary background work, like backing up data or downloading fresh content, that keeps running even if the app exits or the device restarts.