Download Image stream from android universal image loader
I use android universal image loader in monodroid for my android app. some time i need to save some images in sdcard. In this cases i need to download images in streams and then save them into sdcard. Is there any way to download images by stream with this library. because in many cases the image is cached in the library? UIL can cache image on SD card (enable caching in DisplayImageOptions). You can define your own folder for cache (in ImageLoaderConfiguration). If you want to display image from SD card using UIL you should pass URL like: file:///mnt/sdcard/MyFolder/my_image.png I.e. use file