AsyncImageView icon indicating copy to clipboard operation
AsyncImageView copied to clipboard

Using loadImageWithURl and call backs?

Open VeeruPV opened this issue 11 years ago • 1 comments

Hi there, A great library indeed. It works flawlessly when i set imageURL to load a remote image.

However, i would like to have a placeholder image, and change it to an error image if the URL fails loading. Can somebody give a quick snippet on how to use loadImageWithURL?

Thanks a bunch

VeeruPV avatar Sep 05 '14 10:09 VeeruPV

I would also like to know how to deal with callbacks (without changing the library, preferably). I need to do some actions after the image is successfully downloaded (and set). In my case, this is resizing the containerview that the image is in, with the downloaded image's size.

sanderfoobar avatar Nov 18 '14 21:11 sanderfoobar