+ 2
(OPINON NEEDED) Should i learn kotlin or java
I wanna be able to make games and other applications but I wanna know if java or kotlin will be better for making Games(non-android) and or Desktop Apps(like google chrome)
2 ответов
+ 5
i guess your only option is to learn kotlin?
+ 3
However I think it depends on the complexity of your game. If it is a tick tac toe complexity level game you could get away with java. If you are looking for a racing game, open world sandbox or similar complexity you might require to use the NDK. Complex games are usually developed with C++ using the NDK. So the question you should ask yourself is if you need to use NDK or the Android SDK is enough.