I have a problem with my retrofit and picasso, when calling the server that is a json I need to show a list of images, but when I open the app I get a repeated image but if I close and open the app I load another but repeated, try to verify with a Log if they all had the same route and if but it is folder address, then I am looking for an option to show it different in the list of my activity.
title.setText(dir.getTitle().subSequence(0, dir.getTitle().length()));
comment.setText( dir.getComment().subSequence(0, dir.getComment().length()));
publishedAt.setText(dir.getPublishedAt().subSequence(0, dir.getPublishedAt().length()));
Picasso.with(activity).load(dir.getPicture()).into(picture);