Open AgungLaksana opened 5 years ago
I finally find out why I still have the error, i.stack.imgur.com/uyEoF.png . previously I add wasabeef transformation for GLIDE, and when I choose the wrong BlurTransformation class, I choose glide instead of Picasso. problem solved, thanks
I am sorry if this is trivial, but I am a beginner. and currently I am using Kotlin. I want to blur my image after downloading using picasso.
and here is the code I use:
but unfortunately I have error like in this image: https://i.stack.imgur.com/Nvq53.png
so how to properly use BlurTransformation effect ?