|
2011-03-23
, 15:00
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#2
|
The Following 4 Users Say Thank You to javispedro For This Useful Post: | ||
|
2011-03-23
, 15:17
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#3
|
|
2011-03-23
, 15:19
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#4
|
|
2011-03-27
, 08:54
|
Posts: 5 |
Thanked: 0 times |
Joined on Feb 2010
|
#5
|
|
2011-03-27
, 13:26
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#6
|
|
2011-03-27
, 16:22
|
Posts: 45 |
Thanked: 25 times |
Joined on Apr 2010
@ Montevideo
|
#7
|
|
2011-03-27
, 16:26
|
|
Posts: 566 |
Thanked: 282 times |
Joined on Sep 2010
@ Lower Saxony
|
#8
|
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 ?