+ 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++ .

25th Feb 2018, 2:32 PM
Vasu bhatt
Vasu bhatt - avatar
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.
25th Feb 2018, 2:54 PM
Alex
Alex - avatar
+ 4
Java if you want make app, and c# if you want make games
25th Feb 2018, 2:56 PM
hardsea
hardsea - avatar
+ 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)
25th Feb 2018, 2:59 PM
Vikash Pal
Vikash Pal - avatar