Hello everyone. I just heard about Kotlin yesterday! I've always been scared of Java and Android.. But the rush of this new language makes me want to learn it.. My question is if it's possible to become a Kotlin and Android programmer without learning Java first?
I'm a Python Programmer
v
voddan
05/22/2017, 9:21 AM
Welcome! There are lots of Kotlin devs without previous Java experience. People come with C#, Swift, Python backgrounds. So yes, it is totally possible, and you are not alone
voddan
05/22/2017, 9:22 AM
Don't hesitate to ask (even simple) questions at #C0B8MA7FA
voddan
05/22/2017, 9:23 AM
IMO, after you understand the Java setup (InteliJ, Maven), K is a piece of cake
voddan
05/22/2017, 9:23 AM
You don't need Java as such, but you'll have to read Java to use 3rd-party libraries
K 1
a
apatrida
05/22/2017, 1:06 PM
@princekweks I think Python to Kotlin works just fine, you'll be happier with that jump and skipping Java.
apatrida
05/22/2017, 1:07 PM
Especially for Android you have a more limited ecosystem so the Java part is less important. You really need:
Kotlin
Gradle
Android
And stack overflow contains a fair amount of Kotlin content, and the Kotlin docs at kotlinlang.org are nicely done, along with having references to other resources and books.