I am wanting to add the "universal-image-loader jar" file to my Xamarin project and am not sure what I need to do. I have had a look at this resource but would still like some help please: itexico.com/blog/bid/100447/Android-Wear-Developer-Preview-Using-Xamarin-Jar-Binding
Here is what I have done so far:
I still cannot use the ImageLoader
object in my application. I cannot resolve a ImageLoader
object and am not sure what else I need to do.
May I please have some help?
Thanks in advance
Xamarin. Android offers two ways to use these libraries: Create a Bindings Library that automatically wraps the library with C# wrappers so you can invoke Java code via C# calls. Use the Java Native Interface (JNI) to invoke calls in Java library code directly.
I'd suggest you use Java Bindings Library
for that.
What you need to do is to add a project to your solution of type "Android Java Bindings Library
" you DON'T need to create Jars folder it is created in the new project by itself. Add your jars there. On your startup project click on references and add the java binding project you have just created as a reference. build it and try accessing your assembly either by adding it in the using section or by it's fully qualified name.
Good luck!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With