Skip to content

Instantly share code, notes, and snippets.

@salmaanahmed
Created February 21, 2019 10:12
Show Gist options
  • Save salmaanahmed/1610748f3506486a7817f231dcbf898d to your computer and use it in GitHub Desktop.
Save salmaanahmed/1610748f3506486a7817f231dcbf898d to your computer and use it in GitHub Desktop.
val requestOptions = RequestOptions()
.diskCacheStrategy(DiskCacheStrategy.ALL)
.signature(ObjectKey(signature))
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