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);