Cross-Compiling Android Applications to the iPhone
Comment
Nice talk that gives insight in an approach for cross-compiling Android targeted apps to the iPhone (but not only). The idea is to overcome the problem of coding the mobile app for multiple platforms which often is just not feasible due to time and skills.
A thing which I find rather interesting is their decision to use XSL stylesheet transformations for doing the code generation stuff which is a somewhat alternative, but on the other side quite reasonable approach. They claim that it is not needed to tweak your - say - Android app in a special mode in order to be cross-compiled. It would be interesting to try that out, maybe I'll find some free time (which is improbable, but still...). On device specific features like Bluetooth operations etc. it certainly won't work I guess.
Duration
1h 9m


1 Comments:
An initial test case was to write programs in Java and runs on an iPhone. View the video on the site worthwhile. They discussed the possibility of being able to target and Android.
iPhone app developers
Post a Comment