If I want to make a program or a game and upload it on the play store.......what should I do and what language should I learn ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

If I want to make a program or a game and upload it on the play store.......what should I do and what language should I learn ?

Can I do this with python??

22nd Dec 2017, 11:01 PM
Omar
Omar - avatar
7 Answers
+ 2
Java... Android Studio for an app C#... Unity for a game
22nd Dec 2017, 11:24 PM
LordHill
LordHill - avatar
+ 1
learn c++ if you want your app to work directly with the hardware and have more features. learn Java if you want a more stable app. Java apps usually work better on different types of devices.because they run in an emulator
22nd Dec 2017, 11:54 PM
carson briggs
carson briggs - avatar
+ 1
Python is good for advanced calculations, but it is much too slow to run a good game. C++ would be much better.
23rd Dec 2017, 1:52 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 1
Not sure why this was downvoted. But what is your opinion of downvoting ? https://www.sololearn.com/Discuss/857886/?ref=app
24th Dec 2017, 2:33 AM
H Chiang
0
Can I use python or what?
22nd Dec 2017, 11:25 PM
Omar
Omar - avatar
0
I assume you mean Google play store. If so, Android SDK/Java is what you are looking for. Ideals are similar to Swift but not the same. In the mobile world, there is not much under the cover (C++) programming and benefits are not much since you would be limiting your app. How much Android/Java you need is determined by how you plan to implement your game. More backend more prone to network issues, while doing everything locally increase code size.
23rd Dec 2017, 6:49 AM
H Chiang
0
thanks guys😃
27th Dec 2017, 9:41 PM
Omar
Omar - avatar