+ 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??
7 Réponses
+ 2
Java... Android Studio for an app
C#... Unity for a game
+ 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
+ 1
Python is good for advanced calculations, but it is much too slow to run a good game. C++ would be much better.
+ 1
Not sure why this was downvoted.
But what is your opinion of downvoting ?
https://www.sololearn.com/Discuss/857886/?ref=app
0
Can I use python or what?
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.
0
thanks guys😃