Search code examples
androidiphonexamarin.iosxamarin.androiduniversal-image-loader

Libraries like universal image loader for iphone-(Using an android library in both monotouch and monodroid)


I used monodroid to develop an application for android. Now, I want to develop the application by monotouch for iphone. In android application i used Universal Image Loader to show downloaded images in list view's image view , gallery view and etc. Now question is this, Is there any libraries like universal image loader that can use this library for iphone's app? Or whether xamarin give feature to using a library in monotouch and monodroid application both?


Solution

  • For MonoTouch, the library I most often see used for image loading and caching is the image loader within the MonoTouch.Dialog project.

    Others are available, including there's a cache in my library, mvvmcross ... although now I'm tempted to look at using Universal Image Loader instead!