Android-iPhone single codebase
        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
            13:32 UTC
        
        
        Read the original article
        Hit count: 326
        
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?
© Stack Overflow or respective owner