Roy Tang

Programmer, engineer, scientist, critic, gamer, dreamer, and kid-at-heart.

Blog Notes Photos Links Archives About

Someone on quora asked:

I want to create my own apps for computers & mobile phones. Which programming language is good for this case?

For native mobile applications, there is little choice.

Applications running on iOS must be written in either Objective-C or Swift.

Applications running on Android must be written in Java.

That being said, there are frameworks that allow you to write an application in a common language and export the output to be compatible for either Android or iOS. Unity is an example of such a framework, although it’s focused on games

Posted by under notes at #answers
Also on: quora / 0