Skip to content

Instantly share code, notes, and snippets.

@iammert
Created August 24, 2016 08:48
Show Gist options
  • Save iammert/e9faed96d0e72e3f1c0d0c0b43be5a91 to your computer and use it in GitHub Desktop.
Save iammert/e9faed96d0e72e3f1c0d0c0b43be5a91 to your computer and use it in GitHub Desktop.
RequestCreator requestCreator = Picasso.with(context).load(hotel.imageURL);
if (imageStatusMap.get(hotel.id))
requestCreator.into(imageView);
else{
imageStatusMap.put(hotel.id, true);
requestCreator.into(imageView), new InfoWindowRefresher(marker);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment