Skip to content

Instantly share code, notes, and snippets.

@salmaanahmed
Created February 21, 2019 11:02
Show Gist options
  • Save salmaanahmed/af790750870330f3fc47dbc908a70336 to your computer and use it in GitHub Desktop.
Save salmaanahmed/af790750870330f3fc47dbc908a70336 to your computer and use it in GitHub Desktop.
val requestOptions = RequestOptions()
.diskCacheStrategy(DiskCacheStrategy.ALL)
.signature(ObjectKey(signature))
.override(100, 100) // resize does not respect aspect ratio
Glide.with(context).load(url).apply(requestOptions).into(imageView)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment