I am uploading an image with Glide, as follows.
Glide.with(myActivity.this).load(url1).diskCacheStrategy(DiskCacheStrategy.ALL).into(avatarImageView);
It turns out that sometimes fails me, since sometimes the url1 does not exist, and I ha...
asked by
14.08.2017 / 20:02