Android icon indicating copy to clipboard operation
Android copied to clipboard

Load thumbnails on main screen asynchronously

Open TheLastProject opened this issue 8 months ago • 2 comments

Decoding a bitmap can be slow. On slow devices, loading all the images as soon as the card should be shown can lead to UI freezes.

By loading the thumbnail asynchronously, scrolling quickly remains smooth even on slow devices.

Note: This works quite well on my Fairphone 3 with just a few images, needs testing with many images and also on fast devices.

TheLastProject avatar Jun 16 '24 09:06 TheLastProject