+ 1
Which programming language is used to make apps?
2 Respuestas
+ 14
It depends on the operating system. Commonly, Java or Kotlin for Android(using Android Studio)
Objective-C or Swift(using X-code) for iOS.
You could also use framework :React Native with JavaScript or Xamarin with C#, ... that allows you to create app that run for different platforms (Hybrid app).
+ 2
thanks to u