I have a large list of links to images (List<Strings>
). Is there an easy way to download the first available image? I do not want to manually catch the error and run the new loading instance (or I just do not understand how to do it simply).
I just thought that Picasso has the download/attempts queue or something like that. But I did not find anything in the documentation.