On Wed, May 18, 2016 at 6:23 AM, Gabriel Pettier <[email protected]> wrote:
> One limitation we didn't work around yet with pyjnius, and that is quite > painful on android, is that JNI doesn't provide a way to extend a class, > and it's painful because a lot of the android API requires you to do > precisely that, in such case the way to do it is to do a java class for the > part that requires it, and then use this class from pyjnius, but it's not > very nice to have to jump to java often if you use a lot of the android api > that requires that. For the record - VOC handles this with relative ease. Yours, Russ Magee %-)
_______________________________________________ Mobile-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/mobile-sig
