Would anyone recommend a good starting point to learn kotlin for android ?
q
quinnjn
06/07/2017, 10:51 PM
juan.hurtado: If you already have an app, just start writing a new class in Kotlin. If you feel at loss on how to write something in Kotlin, do it in Java and Android Studio can convert
Java -> Kotlin
.
Another idea is write your tests in Kotlin. Our iOS devs wrote Swift unit tests when it came out to get a good feel.
j
juan.hurtado
06/07/2017, 10:55 PM
It sounds like the best way to learn (while coding 😬). Thank you @quinnjn