As a followup on this old topic - now I could build an untested binding
library
for S Pen SDK v2.0 (there was major upgrade in these months). In case
you are curious, the code is here.
https://github.com/xamarin/monodroid-samples/tree/monodroid-4.1-preview/SPenSdkBinding
Note that I couldn't bu
Yes, the latter. Our generator generates incomplete binding code and
cannot help that specific type (and maybe some more types), but it will
be doable to put supplement code (which has to be manually written) to
compile with the generated code. (It would be tricky steps to do though.)
Hope it
Thanks Atsushi,
Does that mean that the Samsung S Pen library simply can't be used in Mono
for Android or that your jar binding tool does not support it so therefore
the bindings cannot be automatically generated?
On 2 February 2012 05:53, Atsushi Eno
wrote:
> Hello,
>
> We hope to release our
Hello,
We hope to release our jar binding tool in the next alpha version.
Now I tried to generate binding for this library, but either Java class
loader or asm (byte code engineering library) does not successfully load
some types (such as PenSettingInfo). Sadly we can support only those
libra
Has anybody already creating bindings for the Samsung S Pen (stylus)
sdk? It is available here:
http://innovator.samsungmobile.com/down/cnts/toolSDK.detail.view.do?platformId=1&cntsId=10210&nacode=
If not, is there any alpha of the jar binding tool available, or could
somebody with access to it ru