International Education News
Information media on education around the world
en ja zh
Introduction to Kotlin

Creating your first Android application in Kotlin

2023-10-07

In this code lab, you will learn how to create and run your first Android app in the Kotlin programming language.

Kotlin is a statically-typed programming language that runs in the JVM and is fully interoperable with the Java programming language. Kotlin is officially supported by Google for developing Android apps with Java.

Code Lab: Creating Your First Android App with Kotlin

Kotlin

Recommended articles