After he worked with him for some time, I could not find a library to use inside my current Monotouch application.
I would like to know if there are some Monotouch libraries that can perform functions such as:
- Asynchronous image downloader;
- caching of asynchronous memory / disk image;
- Cancel support for downloading images;
When developing using Objective-C, Iām used to using the well-known SDWebImage library.
If possible, I would like to use a library that is partially supported by Cross-Platform Xamarin to also use it in the version of my current Mono application for Android.
source share