How can I integrate Iguana with Xamarin's Mono for Android?
Thank you.
Ok, so then what, in the layout XML you specify something?
I'm trying to get an idea of how this chart works: how to integrate it with my code, layouts, etc.
I can't find any documentation on the product other than the class library help file.
Any video's available? Doesn't have to reference Xamarin, Eclipse would be fine. I'd like to see how to use this product.
Thanks,
Mike
If you're referring to the toolbox in Visual Studio, then I wouldn't expect anything to show up. You'll be able to call into the library and use the controls through code.
Thank you, Mike.
Xamarin replied late Friday to the same question that I posted on their site.
I haven't had a chance to test the new binding library in a Monodroid app so, what happens next? Does Iguana add an item to the toolbox or something?
Hi milop,
Referencing the Iguana android jars from a Mono project should work just like referencing any other native android jars.
You should be able to create bindings around it to work with Mono. Please see the following link for an explanation of how to bind a Java library:http://docs.xamarin.com/android/advanced_topics/Java_Integration_Overview/Binding_a_Java_Library_%28.jar%29
Please let me know if this is helpful to you, and please let me know if you have any further questions.