From: Sascha H. <sa...@xm...> - 2010-09-10 23:41:33
|
If you want to target iPhone only, then there are two ways you could use XMLVM: First of all we have build (and are continuing to extend) a Cocoa Java API. With this you can write your iPhone Application on top of the Cocoa API, but all within Java. Second of all, we are building an Android API on top of this Cocoa Java API. With this you can develop an Android application that can also be cross-compiled to the iPhone. Both APIs are still under heavy development. // Sascha On Fri, Sep 10, 2010 at 9:21 PM, Linus Brimstedt <li...@br...> wrote: > Hello! > > I've been lurking on this list for a while and have made some minor > experiments with XMLVM. > > I would like to do some more serous tests but wonder, what is the > recommended or intended method of developing with XMLVM if you want to > target iPhone and Android? > > I would like to just use the Android SDK and tools and develop "normally" > and by automation convert and compile the project on each commit to the > repository. > > Is this how you all do it, or how do you do? > > best regards > /Linus > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing > http://p.sf.net/sfu/novell-sfdev2dev > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |