-
Hello, I am using CoilImage to load from an URL my image. When I click on it I open a Details screen on a new activity. Is there a way to pass the already loaded image instead of loading it again in the new Activity? Thanks for your answer! |
Beta Was this translation helpful? Give feedback.
Answered by
skydoves
Feb 19, 2022
Replies: 1 comment 1 reply
-
Hi @CyrilNb, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
skydoves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @CyrilNb,
If you use the caching strategy with your
ImageLoader
, the internal loader will reuse the cached bitmap automatically instead of requesting again from the provided URL.