I’m fetching images from a database (firebase) but the images are high quality. Hence when I load the images, the app starts to feel laggy when scrolling.
How do I reduce the size of the image, when the image is initially displayed and when the user clicks on the image, fetch a real high quality one.
I’m already using the asynchronous loading method, but the problem is the images are high quality and it takes too long to load, even with asynchronous loading.