Created
October 20, 2016 08:53
-
-
Save kevalpatel2106/b93fcbcd547f15de654bc1091b6abc30 to your computer and use it in GitHub Desktop.
Glide Syntext
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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