Hi,
I'm interested in using this cool SVGView in a Xamarin project. http://www.codeproject.com/Articles/136239/Android-ImageView-and-Drawable-with-SVG-Support
Being new to both Android dev and Xamarin, I could use some help figuring out how to use a standard java lib inside Xamarin.
Is there a guide for that kind of thing? I don't necessarily need native bindings if there is some way to drop in the compiled java blob and invoke it somehow. Actually, this particular lib adds support for declarative XML, so I don't even know that I need to invoke anything directly from code.
Thanks,
Kevin N.