Same Image is getting Displayed

I don’t see any obvious problem in your code. You should set a breakpoint on the line of code where you send a url to Picasso and use the debugger. At that breakpoint, take a look at the URL that you are giving to Picasso and see if it is the same each time and where it comes from (how is it set?).