+ 1
What is the best programming language for Android
Please advise
6 Answers
+ 2
Java
+ 4
Java is the official language for Android App development and consequently, it is the most used language as well.
0
Me I was hesitating ,java or kotlin
- 1
Syntax-wise, Kotlin requires you less code compared to Java. Less code but more concise.
Kotlin provides nullable types which are very useful in validating datas.