I'm using Picasso in android app loading image from web url, But I see image is not updated when I updated image on web.
Picasso.with(context).load("http://testServer.com/Images/sponsor.png").into(imageView1);
Thanks in advance.
Picasso uses a cache mechanism, so the same image is not re-downloaded twice.
If you need to bypass this cache, you can change memory or network policy to do this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With