0
Which language between C++ and java is the best for Android development?
I'm looking for the best language for making Android application. Which language is the most used for Android development? Java or C++?
4 Answers
+ 5
Java java java
+ 2
Java, since it has been the official primary language for Android development until some months ago
+ 1
Java as java is complete OOP (Object Oriented Programming) gives you more control over the code and fulfill your requirements better than C++. It is also the one of main Programming Language for Android Development.
+ 1
Java should be your primary choice, unless you are already a c++ developer. If so, you can start learning Java, or use frameworks like Qt if you insist on c++