For Android developers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

For Android developers

Is kotlin the main development language? Is java used in development?

16th Sep 2022, 7:28 AM
dottxt | off
dottxt | off - avatar
3 Answers
+ 3
You can use either. Kotlin is preferred language . But personally i prefer java. Kotlin has really lots of syntactic sugar ...
16th Sep 2022, 7:47 AM
Prashanth Kumar
Prashanth Kumar - avatar
+ 2
Prashanth Kumar Ok then, thx😊. About java, so am i
16th Sep 2022, 9:25 AM
dottxt | off
dottxt | off - avatar
+ 2
If you notice most of the official Android Development updates especially for Android Studio, are geared toward Kotlin, not really Java. Especially with the fact that Android is trying to ditch XML and use Jetpack compose which is Kotlin as well. I am unfortunately not sure what Prashanth Kumar means by syntax sugar, because whatever you can use in Java, you can use in Kotlin as well, it's just less verbose. Less verbosity and boilerplate code doesn't mean syntax sugar.
16th Sep 2022, 9:59 AM
Justice
Justice - avatar