Hi there,
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:
- Downloaded https://github.com/nostra13/Android-Universal-Image-Loader
- Created a folder called "Jars" in the root folder of my Xamarin project
- I have added the "universal-image-loader-1.9.2-with-sources.jar" file to the "Jars" folder
- I have set the build action to "embedded resource" for the "universal-image-loader-1.9.2-with-sources.jar" file
- I have successfully build the project
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