From: Paul P. <bay...@gm...> - 2011-11-10 17:22:16
|
Hi Sander, One approach to this would be to first make sure this functionality is available when writing a Java to C program (non-Android) using XMLVM that covers the functionality you need. I am sure there will be work to get that part done. Once you are satisfied with that functionality, you can wrap it with the Android compatibility layer. I recommend looking at some of the demos in the source project and also the tutorials @ http://xmlvm.org/tutorial/ Thanks, Paul On Thu, Nov 10, 2011 at 4:10 AM, Sander Knopper <s.k...@de...>wrote: > Hello list members, > > I'd like to use xmlvm for a project which, in an technical perspective, > isn't overly complicated. > The only non-trivial thing that it requires is working camera > functionality. > > In Android there are 2 ways to handle "making a picture" as far as I can > tell: > > 1) Use the result of an Intent > 2) Set up your own camera view and handle everything yourself > > Both of them aren't working in xmlvm at the moment, but I've read in an > older message on the mailing list that it isn't too hard to implement. > > So my question is, which one of the above would be the easiest to > implement? > > I could also use some pointers on where to start with this. > So far I understand that I have to implement the missing classes in > src/android2iphone/android. But I'm sure that's not all... > > Thanks in advance! > > > Best regards, > > Sander Knopper > > > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Xmlvm-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-developers > |