What language is for android gaming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What language is for android gaming

I really want to be a android game developer which language should I learn

23rd Apr 2018, 7:16 PM
menukaa
menukaa - avatar
9 Answers
23rd Apr 2018, 7:38 PM
NezhnyjVampir
+ 3
I'm an Android Developper and I developed game and apps for Google Play Store. I program with java and Xml, but the best for game in every platform is C++. For example, Minecraft on Android is writed in C++. I hope I answered a good answer... If you have other question, I'm here ! ☺
24th Apr 2018, 11:21 AM
Vincent Philippe
Vincent Philippe - avatar
+ 3
Uxair I don't know because java for Android Development is a bit different than normal java. If you d'like to make Android app you must be know the Xml too (not difficult ☺). For example : to print text in Android, you must set text on a"TextView". In sample java, you just make "System.out.println("some text..."); I hope I answered your question.. If you have more question in Android or java, ask me ! ☺
24th Apr 2018, 7:25 PM
Vincent Philippe
Vincent Philippe - avatar
+ 1
Vincent Philippe are you Android developer ? have you learned java ?
24th Apr 2018, 6:17 PM
Uxair
Uxair - avatar
+ 1
Sorry for non sense questions but I am facing problems in java even java have more predefined method then C++ but it's little hard to implement those C++ was pretty straight forward I have learned basic of C++
24th Apr 2018, 6:18 PM
Uxair
Uxair - avatar
+ 1
Yes, I'm Android Developper. See it on : https://code.sololearn.com/cU3utjQkh616/?ref=app (I put the link on the code because add link in a comment is not accept)
24th Apr 2018, 7:17 PM
Vincent Philippe
Vincent Philippe - avatar
0
Vincent Philippe how much java we should learn to jump into android development ?
24th Apr 2018, 7:18 PM
Uxair
Uxair - avatar
0
Did you join Android development directly or first you tried java then android
24th Apr 2018, 7:30 PM
Uxair
Uxair - avatar
- 1
There are multiple languages you can learn that you can create an Android game in: Java (with libGDX) - likely the best native code as it's pretty native C#/Mono (with Unity) - pretty good for basic game development and can run on many platforms (Android, iOS, PC) GDScript (with Godot Engine) - a pretty new language, but GDScript is pretty similar to Python and as such should be easy to learn, it can also run on many platforms There are many more though. As for which one you should learn, Unity and Mono could probably get you a job the most, but if C# seems complicated, you could try Godot.
23rd Apr 2018, 7:40 PM
Matej Stieranka
Matej Stieranka - avatar