ImageLoader for composable's Preview #2761
-
Hi there! I'm using coil3 in context of a library, which means that I must not use the singleton Also, somewhat related, should I "remember" the instance of the loader? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you'll want to create one |
Beta Was this translation helpful? Give feedback.
More info on previews.
Yes, you'll want to create one
ImageLoader
and share it around. This is documented here.