AudioAnchor icon indicating copy to clipboard operation
AudioAnchor copied to clipboard

Scrolling lags due to loading of cover images

Open flackbash opened this issue 6 years ago • 0 comments

When the base directory contains several albums, scrolling through them is often lagging because the cover image bitmaps for each album need to be loaded into the image view. Implementing a cache in c15cf59 helps when scolling up and down several times within a short period of time such that the images can be retrieved from the cache. However, when scrolling for the first time upon starting the app, scrolling still lags. The solution to this is probably loading images asynchronously.

flackbash avatar Oct 21 '19 08:10 flackbash