+ 5
Which language is better for android? Java or Kotlin?
7 Answers
+ 21
kotlin can be a better choice for now
+ 20
android studio supports kotlin, java and c++, as i know
+ 13
Kotlin is another one hype language (marketing trick). I think it will live but will not grow so hard. Something like Ruby... It's only my thoughts and assumptionsâș Maybe I'm wrong...
+ 9
You can't go wrong with either option. At the moment, you'll probably find more resources and support with Java because it's been around since the 90s. However, Kotlin is interoperable with Java, which is aweeeeeesome. :D Basically, that means you can mix 'n match Java and Kotlin code together, and it'll still compile/run. Sure, that's kinda messy and not something you'd do helplessly, BUT if you think about the process of transitioning over from Java to Kotlin, this helps prevent all of the bugs/errors that would prevent a smooth transition. In a professional setting, that feature is such a good thing.
+ 4
Android Development Resources
https://www.sololearn.com/discuss/823823/?ref=app
+ 3
It's hardly a marketing trick, in my opinion. Many "problems" of Java is resolved in Kotlin, and the additional new features are all good ones. It's like saying jQuery is a marketing trick for JavaScript.