Coil - Image loading for Android backed by Kotlin Coroutines
Coil is an image loading library for Android backed by Kotlin Coroutines. Coil performs a number of optimizations including memory and disk caching, downsampling the image in memory, re-using bitmaps, automatically pausing/cancelling requests, and more. It adds ~2000 methods to your APK (for apps that already use OkHttp and Coroutines), which is comparable to Picasso and significantly less than Glide and Fresco.
https://coil-kt.github.io/coil/
https://github.com/coil-kt/coil
License:
Tech:
Tags: