Yes, an android app can be developed in C/C++ also using android NDK (Native Development Kit). It makes the performance faster. It should be used with Android SDK.
Yes, Android does support languages other than Java. While Java has been traditionally used for Android app development, Google introduced Kotlin as an official programming language for Android development in 2017. Kotlin is fully interoperable with Java, meaning you can use both languages in the same project.
In addition to Java and Kotlin, Android also supports other languages through the Android Native Development Kit (NDK), which allows developers to write parts of their app in languages like C and C++. This is particularly useful for performance-critical components.
So, in summary, Android supports Java, Kotlin, C, C++, and other languages through the NDK. The choice of language depends on the developer’s preference and the specific requirements of the project.