+ 2
My dream is to build an app for android and ios.
So,what code language should I need to learn first,second,third...and last?
5 Respuestas
+ 4
If you want to do an iOS and Android app learn C# for Xamarin or Dart for Flutter. The best option if you want to do things fast is flutter, you can create an Android app, IOS app and they will soon implement web apps.
But you also can learn java or kotlin for Android and swift or objective-c for IOS and the API for IOS is XCODE and for Android is Android Studio. Native is better choice always.
+ 3
Android is usually written in Java, though you'll need to understand the android API. iOS apps are written in Objective C,or Swift, which some like better.
+ 1
Mobile app development on iOS and Android is possible with JavaScript
There are Software's like Fuse tools and Native Script that uses JavaScript for app development.
0
Thank you.I will keep that it mind.So I need to learn Java,understand the android API.
0
Thanks for you all answers,it's really helpful.I really appreciated it.TYVM