images user choose. Each time user opens the app I need to load the images. I tried using Coil, but it has delay, so I used a function to decode the image to ImageBitmap, but now I need a way to cache the images to improve performance. Is LruCache a good option? What else can I do?
I think coil has inbuild caching mechanism
Coil performance wasn't good enough. I did it with LruCache, but thanks bro.
Обсуждают сегодня