How to clear cache and Reload Image in Picasso?
问题 I am using Picasso to load image in my application but i facing a issue that my image URL is same but image is changing from backend calling the same URL but Picasso loading the same image saved in its cache. Now i want to clear the cache for that Image and reload the image again. What i have tried i searched on SO find that we can use picasso.invalidate(fileName); or memoryPolicy(MemoryPolicy.NO_CACHE) but i am getting the error message in code Can't reslove method invalidate Can't reslove