Downloading images using Picasso creates incorrect images in cache, possible fix?
问题 I have a Realm database with image URL s, and I need to download these images in the ExternalCacheDir . Now here lies the problem : assume I have three images : ar11.jpg , ar12.jpg , ar13.jpg . Once my code is executed, I obtain 3 jpg images in the cache dir, with the above mentioned names, however all three images are the replicas of the last image, ie ar13.jpg with the names ar11 , ar12 , ar13 . Here is my code: private void downloadImage() { RealmResults<ARDatabase> results = mRealm.where