0
What languages are used in android app games? Where should i be focused
4 ответов
+ 4
Java, Lua, F# or C#. Sometimes they use C++ but that gives you headache. Mainly Java/Lua
+ 4
Strictly Android (no phonegap or fiddly embedding) :
Java's the SDK. C++ is the NDK.
The NDK is where you get performance and speed. Some work has also been done to support WebGL (for GPU access) since Lollipop.
+ 2
Java is the primary language for Android development.
0
java