Replies: 1 comment
-
|
Coil provides a number of optimizations including loading the image off the main thread, memory caching (so it doesn't need to be decoded every time it's scrolled into view), and downsampling (loading the image at the minimal size that the target needs). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if Coil performs any optimization to load local assets like PNGs in Android? Or is it fine to just use the androidx.compose.foundation.Image?
Beta Was this translation helpful? Give feedback.
All reactions