Question:
languages for programming apps?
2018-02-14 22:01:27 UTC
What are the most used languages when making a app for app store.I want to make a app for business.And i ony have a macbook air.
Four answers:
delawaredreaming
2018-02-16 18:16:31 UTC
Java for Android or Objective C for Apple. Then there are all the things that compile to each if you want to go that route. That's all there is to it.
Andy T
2018-02-15 02:50:28 UTC
Here is the list



iOS, using App Store, used Objective-C to program with Swift being compile-compatible meant to surpplant the old OC. With further restriction is Mac OS and Xcode, which you have, likely $200 for a business tier publishing account (required).



Android, the golden standard, using Google Play, Java to program with Kotlin being compile-compatible modern substitute for Java, minus the above-mentioned restriction; all 3 major computing platforms and either Official IDE or SDK toolchain can be used, likely $150 for business tier but the other roll-out options are another store company or unrestricted side-load (iOS needs Jail Break to do this)



Windows Phone, using Windows Store (same as desktops) is nearly identical to what Android offers and cost except the language is C#, must use Windows to program and there's no other store company.



Apache Cordova is JavaScript and have simulated visual binding to create iOS, Android, or Windows Phone apps and publish to the respective store. If a language is compile-compatible to its predecessor it means those two languages can share same API, same project, and compiles to the same binary or byte code.



All platforms require XML as a layout language, be that in the form of Android, Windows XAML, Cordova HTML, or whatever. BlackBerry and Tizen are not viable contenders and I do not wish to describe them.
Chris
2018-02-14 23:01:31 UTC
You'll want to get XCode from the App Store on your Macbook.

Then get this book on Swift, the language you'll be writing the app in: https://itunes.apple.com/us/book-series/swift-programming-series/id888896989?mt=11



Note that without solid programming basics you will instantly get lost, really bad. It's like having spent your entire life on the couch in front of a TV and suddenly having to survive in the wilderness. Good luck though!
?
2018-02-14 22:48:41 UTC
java and html primarily


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...