Skip to content

Instantly share code, notes, and snippets.

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