Possible to use temporary model #2882
Unanswered
Eightyplus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have made a thumbnail scrubber for live video playback with use of Compose
AsyncImage
. The image shows the users scrubposition based on a URL from the video. I works really great as you see below.However it is based on async behavoir, so the user might not see the image while scrubbing or if they have an unsteady hand. So is it possible to have a model for
AsyncImage
that shows previously fetched image/model until next image is fetched/rendered?Really basic code I use now:
Beta Was this translation helpful? Give feedback.
All reactions