how to do it, if i want to give 2 different default error images in the same 1 layout
so in 1 layout there are 2 imageviews...
if the first imageview has an error, then the default image error appears for the first image
then if the second imageview has an error, then the default image error appears for the second image
You can change the DefaultLoadingRequest / DefaultErrorRequest just before you call SetMedia. It is cloned in the request so multiple requests can have different ones.