Why other languages not used mostly like Java for android apps?! | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Why other languages not used mostly like Java for android apps?!

why java is mostly used to develop android apps? Why not C or python...?

26th Oct 2018, 8:19 PM
Mostafa Zibayi
Mostafa Zibayi - avatar
3 Respuestas
+ 1
Just for precise: android apps DONT run on a JVM but on another virtuap machine called Dalvik (and on Art from lollipop) that often is confused with a JVM but its not
26th Oct 2018, 10:50 PM
KrOW
KrOW - avatar
0
Because Android apps run on the JVM so a language that compiles to Java byte code is necessary. This means Java or Kotlin.
26th Oct 2018, 8:25 PM
Vlad Serbu
Vlad Serbu - avatar
0
So when we use NDK , the other language we used to write our codes(C for example) converts to java first? KrOW
27th Oct 2018, 6:50 AM
Mostafa Zibayi
Mostafa Zibayi - avatar