-2
I am using the Picasso implementation to upload the images in my application. However, I am using the reverie effect of the shimmerfacebook implementation to make the layout more user-friendly. For those who do not know, this implementation is a brightness effect that indicates that the image is being loaded. My intention is to detect in Icasso when the image was loaded so that I can remove the effect, since this is only removed dynamically.
Picasso.get().load(https://imagem....).into.(imageView);
Detect that image has been loaded.