Question:
What is the best programming language for mobile apps?
ENT
2013-04-01 15:52:54 UTC
I mainly want to develop IOS and Android Apps (Games). Which is best to learn? Java, HTML etc?
Four answers:
Kaydell
2013-04-02 01:03:57 UTC
For iOS, you really only have two options:



1) for web apps, HTML, CSS, and optionally JavaScript,



2) for native apps, Objective-C



For iOS, if you can get by with HTML, etc. it might work, but for full access to the iOS API, you would need Objective-C



For Android, I have seen a Java plugin for Eclipse.



Android is probably like iOS, you could develop for it in HTML but you wouldn't have as much "power" unless you used Google's development tools and made a native app.



Unfortunately, you can develop for iOS using Java.



Oh, you said "games". I would to either Objective-C for iOS or Java for Android. It's remarkable that all of the development tools are free. (Except if you want to sell your iOS apps on Apple's iOS app store it costs $99 per year, but all of the tools are free.)
Callum
2013-04-01 15:58:42 UTC
most android apps are developed using Java. apple apps are built using a small variety: Objective-C, C, C++ or JavaScript. however; Objective-C, C and C++ are all complex and should not be attempted as a fist programming language.
Ørył
2013-04-02 13:59:15 UTC
Android uses Java and iOS uses Objective-C and the Cocoa Touch API. Which is written in Objective-C.
Greg
2013-04-03 13:46:59 UTC
most mobile apps are done with something like javascript or objective C.... Objective C is THE main language of apple used in iOS and mac...


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