Kotlin Blog Posts
2 posts, page 1 of 1
-
Hello World written in Kotlin using Android Studio
Mar 15, 2014Kotlin is Jetbrains successor to Java, it’s evolving rapidly and what documentation there is for writing Android apps is pretty soon out of date to the point where even getting the canonical Hello World up and running can be a frustrating experience.
-
Writing Android event handlers in Kotlin
Jul 8, 2013Kotlin is Jetbrains successor to Java, this brief post illustrates how Kotlin’s SAM conversions can simplify Android event handlers.