From: Sander K. <s.k...@de...> - 2011-11-10 10:10:41
|
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 |