Skip to content

Instantly share code, notes, and snippets.

@kevalpatel2106
Created October 20, 2016 08:53
Show Gist options
  • Save kevalpatel2106/b93fcbcd547f15de654bc1091b6abc30 to your computer and use it in GitHub Desktop.
Save kevalpatel2106/b93fcbcd547f15de654bc1091b6abc30 to your computer and use it in GitHub Desktop.
Glide Syntext
Glide.with(myFragment)
.load(url)
.centerCrop()
.placeholder(R.drawable.loading_spinner)
.crossFade()
.into(myImageView);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment