Do you know some good tutorial to use XMLVM for convert android app to iphone app??
I was watch a movie on youtube about this cross but there is not a tutorial for this.
Thanks!
Saar
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Does this help?
http://xmlvm.org/documentation/
http://xmlvm.org/slides/android2iphone-google-mtv.pdf
The example of cross-compilation include in the documentation consists on the following command:
xmlvm --in=/foo --target=android-on-iphone --iphone-app=TheApplicationwhere the directory /foo is searched recursively for *.class, *.exe, and
*.xmlvm files, and then compiling using
maketo read theMakefilegenerated by xmlvm.From http://www.xmlvm.org/documentation/manual.pdf (page 17):
You will need XCode installed (there’s
a nice tutorial here:
http://mobileorchard.com/how-to-make-iphone-apps-part-1-xcode-suite-and-objective-c-3/)