Fun with types, extensions and generics in Kotlin
Finally Kotlin is an offically supported language by Google for Android development and now many more people can use it to code their Android apps. If this is the first time you are hearing about Kotlin you should start by reading the introduction here https://kotlinlang.org/docs/reference/. To get you excited though I thought I would show off some cool uses of Kotlin's features and how we can use them to create a type safe and elegant API for unit conversion.
Read More