+ 1
App developer
I want to be apps developer, which programmings should I start? https://www.sololearn.com/discuss/1432293/?ref=app
3 Answers
0
The language that you choose to go with for application development is mostly dependent on the operating system you want your app to run on. Different OSs generally have different IDEs and programming languages that are used to develop apps for them, so deciding the OS would be a useful first step.
Android development will typically be done via Android Studio, an IDE that uses Java, C++, Kotlin, and XML for its codes.
IOS development is most often done via XCode and Swift, with the Sololearn course on it covering most aspects that may help you get started.
0
Thanks for your advice.