In this section, we're going to explore how to start building Android apps with Kotlin. We'll walk through how to create and set up a new Android Studio project with Kotlin support. Also, we'll then explore a few ways in which we can take advantage of Kotlin for Android development.
Hello Android Kotlin
Creating an Android app with Kotlin support
Let's walk through the following steps to create an Android project with Kotlin support:
- First, we need to open Android Studio on our development machine. If you don't already have Android Studio installed, you can find the download and installation instructions at https://developer.android.com/studio/install.
- Select Start a new Android Studio project.
- ...