App coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

App coding?

What is the best language to code for an app? is it multiple? I am currently learning c++. I thought this is a good foundation to start at. What languages are best for what? Ex. what is ruby beat for and java? and what is c++ best for?

13th Jul 2017, 12:04 AM
Dominique Sanchez
Dominique Sanchez - avatar
1 Answer
+ 6
It depends on the Operating System of the device. Each programming language has its own use and benefits. If you are looking to develop for the 2 major mobile operating systems, then Java or Kotlin (for Android) and Swift or Objective-C (for iOS) are the best option to go native. You can use C++ with Xamarin or Visual Studio, C#, Ruby, React Native with Typescript, and some others for cross-platform app development. This is actually a popular/duplicate question, so I'll leave you older threads where you'll find other useful answers: https://www.sololearn.com/Discuss/122003/?ref=app  https://www.sololearn.com/Discuss/431155/?ref=app https://www.sololearn.com/Discuss/524048/?ref=app https://www.sololearn.com/Discuss/415930/?ref=app https://www.sololearn.com/Discuss/522301/?ref=app https://www.sololearn.com/Discuss/437000/?ref=app https://www.sololearn.com/Discuss/283660/?ref=app https://www.sololearn.com/Discuss/264121/?ref=app https://www.sololearn.com/Discuss/242006/?ref=app  https://www.sololearn.com/Discuss/151191/?ref=app  https://www.sololearn.com/Discuss/360846/?ref=app  https://www.sololearn.com/Discuss/82952/?ref=app  https://www.sololearn.com/Discuss/437938/?ref=app https://www.sololearn.com/Discuss/332987/?ref=app
13th Jul 2017, 1:46 AM
Pao
Pao - avatar