I am working on my first Android app and I use Kot...
# getting-started
e
I am working on my first Android app and I use Kotlin. And my first blown-away moments with Kotlin is when I get to use factory functions like so,
val asc = Array(5, { i -> (i * i).toString() })