Created
August 15, 2021 10:24
-
-
Save frel/b6aad5b773d1c48c7ac020d677d05415 to your computer and use it in GitHub Desktop.
AirBrush Medium article example
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
val thumbnail = TinyThumb(base64 = "...") | |
requestManager | |
.load(imageUrl) | |
.thumbnail(requestManager.load(thumbnail)) | |
.transition(DrawableTransitionOptions().crossFade(750)) | |
.into(imageView) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment