Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Picasso not loading updated image from Web in android

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.

like image 330
Ashok Avatar asked Nov 16 '25 04:11

Ashok


1 Answers

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.

like image 60
Valentin Rocher Avatar answered Nov 18 '25 19:11

Valentin Rocher



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!