2

Picasso can perfectly load image in condition of having network,but once turned off network and quited app,start app from launcher,there is no image showing. please help me~

My code as follows:

Picasso.with(mContext).load(url).placeholder(R.drawable.imageloading).into(imageView);
BinGoBinBin
  • 182
  • 11

1 Answers1

2

Picasso caches images at first time but when your disk cache is out of memory it starts to free up some spaces. check this for more information
https://futurestud.io/blog/picasso-influencing-image-caching