im using picasso library to load images. However in my application, users can have profile pictures and the link for the image is constant... Picasso has no clue that the image has changed...
I tried using : .skipMemoryCache()
but it wasn't an ideal solution...
Is there a way to check if there's a new picture in the same link using picasso? Thanks!