Would anyone recommend a good starting point to le...
# getting-started
j
Would anyone recommend a good starting point to learn kotlin for android ?
q
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
It sounds like the best way to learn (while coding 😬). Thank you @quinnjn
m
a
I’ve heard that Udemy and Lynda have Kotlin courses for Android developers.