News

Kotlin programming language: How Google is using it to squash the code bugs that cause most crashes The Google Home app team explains why all Android developers should write their apps in Kotlin.
One example is the use of data classes and the Parcelize plugin: a class which was 126 hand-written lines in Java can now be represented in just 23 lines in Kotlin—an 80% reduction.