Android-iPhone single codebase cross development

Posted by Lorenzo on Stack Overflow See other posts from Stack Overflow or by Lorenzo
Published on 2010-06-15T13:19:10Z Indexed on 2010/06/15 19:52 UTC
Read the original article Hit count: 337

Filed under:
|
|

Is there a way, apart from using HTML and JavaScript on a web control, to have an (almost) single codebase for an application that should run on iOS and Android?

The big issue is of course that they use a different language (Java for Android, Objective-C for iOS) for application development. It would be nice to have some sort of meta-language that will be translated in Java and in Objective-C.

What about Flash? Adobe wasn't supposed to release a tool to create flash-based apps in iOS?


Update: based on current answers, the best cross platform development tool for iOS and Android seems to be Titanium appcelerator. I suspect that this topic will evolve overtime, so feel free to contribute with new information and comments. Thank you!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about android