+ 1
Which language should i learn for Android apps development?
i want to join in Supercell community and development team! i want to know which language should i learn to get job there? also if i want to make my own app and put it on play store, which language is the best? i am good in c and c++ .
4 ответов
+ 5
If you want to work for supercell your c++ experience will give you an advantage. Afaik they use c++ and objective-c for client code and Java for server code.
But I would suggest to learn some Java if you want to develop something for android yourself. You can run c++ code inside of java with the NDK, but you'll need to some basics in Java to actually do that.
+ 4
Java if you want make app, and c# if you want make games
+ 3
Android apps are generally written using java as programming language. Don't worry If you don't know java. You can build apps using c++ also. Search google for how to build android apps using c++.
But if you want to make android games then there are lot of languages available like java, c++, c#, etc.
You can use Game engines too.
Note:- Android apps can also be made using HTML5, CSS3 AND JavaScript. Use Phonegap (Cordova)