You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading images in a recycler view rather than a static placeholder image I'd like to show the user a low res thumbnail of the photo while the higher res version is downloading.
Coil would download a lowRes Thumbnail and show that, then update it to the high res image once that's finished downloading (assuming the user is still viewing that row in the recycler view). Additionally, maybe I'd warm the cache with the low-res thumbnails to make this even quicker.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When loading images in a recycler view rather than a static placeholder image I'd like to show the user a low res thumbnail of the photo while the higher res version is downloading.
Coil would download a lowRes Thumbnail and show that, then update it to the high res image once that's finished downloading (assuming the user is still viewing that row in the recycler view). Additionally, maybe I'd warm the cache with the low-res thumbnails to make this even quicker.
Fresco supported this type of thing noted here
Is there a way of handling this in Coil?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions