+ 1
App developer
I want to make a app related to game but i am confused from where to start and what language to use. Can anyone help me out ?
2 odpowiedzi
+ 5
Here are some threads and info which might help you. A little searching really goes a long way.
https://www.sololearn.com/discuss/511925/?ref=app
https://www.sololearn.com/discuss/997083/?ref=app
https://www.sololearn.com/discuss/413198/?ref=app
https://www.sololearn.com/discuss/1134971/?ref=app
https://www.sololearn.com/discuss/1184606/?ref=app
https://www.sololearn.com/discuss/444042/?ref=app
https://www.sololearn.com/discuss/2612248/?ref=app
https://sololearn.com/compiler-playground/W3uiji9X28C1/?ref=app
+ 2
It depends on the operating system which you want your app to run on. For instance:
Android -> Kotlin/Java, XML, C++
Microsoft Windows -> C++, C#
KaiOS -> HTML/CSS/Javascript (Web apps)
Generally, C++ is the way to go since it is can act both as a high level and low level language, giving it better access for computer hardware access hence faster than most high level languages