View Single Post
Posts: 5 | Thanked: 0 times | Joined on Feb 2010
#1
XMLVM ( http://www.xmlvm.org/overview/ ) is a cross-compiling framework for cross compiling android apps to either iphone or palm-pre

It generates for example, objective-c code, and use the normal iphone development tools to compile it as an iphone app.

To run it on maemo/meego we have many options:
1. compile the objective c for maemo
2. compile for palm-pre and use preenv
3. modify the XMLVM to generate c-code and compile for maemo
4. there is always an option to port dalvik VM to maemo

what do you think ?