From: Arno P. <ar...@pu...> - 2012-02-02 04:16:34
|
On 2/1/12 11:51 AM, Alexandre Almeida wrote: > 1- To use XMLVM, do I have to start my Android Java Development from the > beginning using your iOS Java Classes? You can use XMLVM in one of two ways: (1) write a native iOS app in Java using XMLVM's Java API (in package org.xmlvm.iphone.*). (2) write a vanilla Android app (using only Android API) and cross-compiling this to iOS. (1) only targets iOS and has nothing to do with Android, but it is very mature and we already have a lot of API coverage. (2) only supports certain Android API (you can see the API XMLVM supports in xmlvm/src/android2iphone). If you want to cross-compile to iOS, you have to restrict yourself to the API that is supported by XMLVM. Arno |