+ 1
Which programming languages should i learn to create Android apps
2 Answers
+ 4
for making android app you can learn Java and Kotlin for understand these both you start with cpp and python which will help you
https://www.sololearn.com/Discuss/580291/?ref=app
https://www.quora.com/Which-is-the-best-programming-language-for-making-Android-apps
+ 1
Java is currently the main programming language that is used for Android programming. Kotlin may also be used for native Android programming. C/C++ can be used with the Android NDK, but you'll still need some Java/Kotlin for the base of the app. Other languages can be integrated with Java/Kotlin as well for other purposes such as JavaScript for interacting with a web page that doesn't have an API.