+ 3
Kotlin V/s Java, What should I learn for Android app development
I want to learn Android app development please help me.
3 Answers
+ 4
Kotlin has many features and tools that Java does lacks. But to learn Kotlin you need to learn Java. As Kotlin has been derived from Java. Some of you will think that âNo it is not necessary to learn Java to learn Kotlinâ but when you use Kotlin to develop apps in android studio you will have to use Java libraries and ultimately you have to use the knowledge of Java to write the code on kotlin.
0
you can convert java to kotlin and reverse in android studio with :
ctl + shift + k
im not sure about short keyđ