“How to obtain the number of images loaded successfully from a list using GlideImage?”
I have a list of strings where I store network images that I later iterate through within a forEach loop, and within it, I have the GlideImage composable that allows me to determine if the image was loaded correctly. However, when I add a variable to track how many images were loaded correctly, the counter never stops.