Skip to content

Instantly share code, notes, and snippets.

@frel
Created August 15, 2021 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frel/b6aad5b773d1c48c7ac020d677d05415 to your computer and use it in GitHub Desktop.
Save frel/b6aad5b773d1c48c7ac020d677d05415 to your computer and use it in GitHub Desktop.
AirBrush Medium article example
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