Jetpack Compose: previewing bundled images #1397
Answered
by
colinrtwhite
ubuntudroid
asked this question in
Q&A
-
I'm using coil with Jetpack Compose to display bundled images (i.e. images referencable via However, it breaks Compose's preview (likely) due to the asynchronous handling: the image just doesn't show up in the preview. What's the best way to handle this? Maybe a special modifier (e.g. by making use of |
Beta Was this translation helpful? Give feedback.
Answered by
colinrtwhite
Aug 15, 2022
Replies: 1 comment 5 replies
-
Setting a placeholder normally should display in the preview. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ubuntudroid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting a placeholder normally should display in the preview.