I have a URL link to get images, and that image may change everyday however the link doesn't change.
My questions are
In this case, how Picasso know the image has changed and grab a new image?
Does Picasso fires a url call to my server every-time the image is being used and then determine if the image is different or not?