Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 7, 2022 01:28
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 skydoves/49394914a6e62a07d1d56ecff19bb016 to your computer and use it in GitHub Desktop.
Save skydoves/49394914a6e62a07d1d56ecff19bb016 to your computer and use it in GitHub Desktop.
avatarview_imageloader
AvatarCoil.setImageLoader(
AvatarImageLoaderFactory(context) {
crossfade(true)
crossfade(400)
okHttpClient {
OkHttpClient.Builder()
.cache(CoilUtils.createDefaultCache(context))
.build()
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment