+ 1
I'm still new to this, what program(s) would I use to build an application for Android/iOS?
which programs do I need to learn? I know I'm probably a long ways from creating it but I would like to get started.
3 Antworten
+ 3
Official:
- Android Studio (the official program to develop to Android
- Xcode (in a Mac computer to develop to IOS - using Swift)
-------------------------------
If you wanna alternatives, you can check it out Xamarin (uses C#), Phone Gap , Titanium (using HTML5/javascript), Qt (using C++, you can develop in other languages as well like Python, using PyQt...)
--------------------------------
Useful links:
- Android: https://developer.android.com/training/index.html
- IOS: https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/
+ 2
In Sololearn, you can start learning Java (targeting android) or Swift (targeting IOS).
And click the links I posted to get started in the development.
If you don't care about making native apps and/or you wanna to create multiplataform apps you can learn C# (for Xamarin) or HTML/Javascript (for PhoneGap), C++ (for Qt)
0
I don't see either of those courses available on here, how do I get them?