Skip to content

Instantly share code, notes, and snippets.

@madeleine-chercover-hs
Last active April 28, 2016 16:59
Show Gist options
  • Save madeleine-chercover-hs/38e2b360c435f14d7f1d07003e018374 to your computer and use it in GitHub Desktop.
Save madeleine-chercover-hs/38e2b360c435f14d7f1d07003e018374 to your computer and use it in GitHub Desktop.
Imageview imageView = (ImageView) findViewById(R.id.image_view);
Glide.with(this).load("https://an-awesome-image.com").into(imageView);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment