Quote:
Originally Posted by Quoth
You need basically Java to write an Android app. Unlike desktop or server or embedded system there is no choice.
|
That's out of date. The preferred language for Android apps has been Kotlin for a few years now.
There have also been several other alternatives for Android apps for a while now - e.g. Scala, Flutter/Dart. Even C & C++ can be used for parts of Android apps using the Android NDK.