You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I get a link to the exact type size of an Image, for example "Original"?
I do this: ... photoUrls = (SizeList<Size>) photosInterface.getSizes(photoId); ...
then this: ... url = photoUrls.get(7).getSource(); ...
The 7th is sometimes "small", sometimes "medium" and sometimes of other sizes