+ 1

Which programming language is best for app development

12th Jun 2020, 6:58 AM
KAVEN SAGAR
KAVEN SAGAR - avatar
2 ответов
0
I am assuming you are talking about mobile apps. In terms of performance and official support, Kotlin is best for Android and Swift for iOS. For cross-platform apps you may use frameworks like Flutter(in Dart), React Native(in JavaScript) or Xamarin(in C#)
12th Jun 2020, 7:04 AM
Ore
Ore - avatar
+ 1
There is no best language for App development. Each programming language has its own strengths and weaknesses. Usually, Android apps are written in Java, and more recently Kotlin, but web apps are developed using standard web technologies with a simple webview wrapper. However, web apps are not always suitable for every application. It's also possible to combine C/C++ with Android applications where speed is important or when porting an existing code base. Developing anything more than a trivial app is difficult regardless of the language used. Your layout and fuctionality has to be able to cope with everything from a small smartphone screen to a 10" tablet. Oh, and users expect you to optimise everything for their device, fix bugs immediately and provide it all for free.
17th Jun 2020, 7:59 AM
Neba Emmanuel
Neba Emmanuel - avatar