I want to learn a language for create android apps and games. Is C++ good enough for that or are there any better language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to learn a language for create android apps and games. Is C++ good enough for that or are there any better language

11th Jul 2018, 2:12 PM
Hiran Ruchiranga
Hiran Ruchiranga - avatar
4 Answers
+ 3
The languages you might consider learning for Android development include: Java – Java is the official language of Android development and is supported by Android Studio. It has a steep learning curve however. Kotli – Kotlin was recently introduced as a secondary “official” Java language. It is similar to Java in many ways but is a little easier to get your head around. C/C++ — Android Studio also supports C++ with the use of the Java NDK. This allows for native coding applications, which can be handy for things like games. C++ is more complicated though. C# — C# is a slightly more beginner-friendly alternative to C or C++ that obfuscates more code. It’s supported by some very handy tools like Unity and Xamarin which are great for game development and for cross-platform development.
11th Jul 2018, 2:44 PM
Farid Ghr
Farid Ghr - avatar
+ 2
if you want to create an Android app, you need Android studio which uses Java and XML. Alternatively, you can use game engines to create games. Most good game engines then allow you to export your app to apk. You can then upload it to Play Store.
11th Jul 2018, 2:38 PM
Satyam
+ 1
Java is the official programming language for creating Android apps. and is used in Android Studio (IDE for creating Android apps, which you can download for free). Java might require a lot to learn but, apparently, C++ is more complicated for Android apps. This may be of some help, if you haven't seen it already: https://www.quora.com/Which-is-the-best-programming-language-for-making-Android-apps
11th Jul 2018, 2:27 PM
naomi
naomi - avatar
0
thank you gays. regarding your answers 👍
11th Jul 2018, 3:17 PM
Hiran Ruchiranga
Hiran Ruchiranga - avatar