Image from certain Url is not load in picasso
问题 I load image from URL using picasso first time on line, After then use from cache. Any URL from web is load in imageview on line or off line. But my server image URL is load image in on line not in off line. I use below code from image load. Picasso.with(mContext) .load(urlProfile) .networkPolicy(NetworkPolicy.OFFLINE) .placeholder(R.drawable.ic_place_holder) .into(imageView, new Callback() { @Override public void onSuccess() { } @Override public void onError() { Picasso.with(mContext) .load