On Dec 5, 2011, at 10:45 AM, Josh Handel wrote:
> Has anyone worked on a Flurry Analytics Wrapper yet? if not, is there a 
> general Monodroid Wrappers project (like Monotouch.extentions) that I should 
> branch and plug into?

We don't currently have a monodroid-bindings repo, largely because (until 
recently) it hasn't been possible to do "full" bindings. (You could hand-write 
something that used Java types via JNIEnv, but you couldn't subclass Java 
types, override methods, or implement new Java interfaces until 1.9.1.)

Furthermore, we're working on tooling to make generating bindings sane, but 
that tooling is still incomplete, and documentation on how to do things 
manually is nonexistent, so this wouldn't be a "nice" process. See:

        http://lists.ximian.com/pipermail/monodroid/2011-November/006972.html
        
http://lists.ximian.com/pipermail/monodroid/attachments/20111101/ed9c2ab4/attachment.obj
        http://lists.ximian.com/pipermail/monodroid/2011-December/007415.html

As an added bonus, we (finally!) have a sample which demonstrates (some) JNI 
use:

        
https://github.com/xamarin/monodroid-samples/blob/master/SanityTests/Hello.cs#L513

Unfortunately it doesn't currently demonstrate using [Register] to register and 
subclass Java types...

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to