Android
Android copied to clipboard
Load thumbnails on main screen asynchronously
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.