[Mobile-sig] Experiments with Dalvik
Russell Keith-Magee
russell at keith-magee.com
Tue May 17 18:31:33 EDT 2016
On Wed, May 18, 2016 at 6:23 AM, Gabriel Pettier <gabriel.pettier at gmail.com>
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 %-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/mobile-sig/attachments/20160518/24c0676b/attachment.html>
More information about the Mobile-sig
mailing list