+ 2
can i learn Kotlin without previous knowledge of java ?
Kotlin is now official language for android studio. I want to learn Kotlin but many people say learn java first then Kotlin.I don't want to learn java. so it's mandatory to learn java first for learn Kotlin or I can learn Kotlin without knowing java.
4 Respuestas
+ 7
You do not need Java to learn Kotlin. Of course, it is easier to learn a second or later language than your first. The issue is more Android with Kotlin versus Android with Java. Most examples are in Java. When I started playing Android a year ago, there were only a couple of Kotlin examples so I had to figure out the things from Java. It is much better now, but is likely a year before you won't need to read any Java examples.
+ 7
• Learning Android Development In 2019
https://medium.com/mindorks/learning-android-development-in-2019-a-practical-guide-ddc71e008696
[ Java Vs. Kotlin: ]
• Which Language Should Android Developers Start With?
https://dzone.com/articles/java-vs-kotlin-which-language-android-developer-sh
• Which One Will Be the Best in 2019?
https://dzone.com/articles/java-vs-kotlin-which-one-will-be-the-best-in-2019
➝ Remember to use 🔍SEARCH. . . bar to avoid from posting duplicate threads!
https://www.sololearn.com/Discuss/823823/?ref=app
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
https://code.sololearn.com/WvG0MJq2dQ6y/
+ 5
Yes it also runs on the jvm and I have heard that it's what Java should have been in the first place. Please read up on it for more details.
+ 1
John Wells Thanks.