I have an app where I display a carousel of Images. As I scroll left/right more images are displayed. I only load the images when they are ready to be seen. I am using cachAsBitmap for all images, and I'm using the Loader class to load the images.
After everything has loaded, the scrolling of the images work perfectly. However, as the images are being loaded, the scrolling of the images slows considerably. I even tried not adding the images to the stage to ensure it was the loading of the images slowing things down and not the displaying of the images.
The app is behaving as if loading images is not an asyncronous event.
Is there anyway to avoid this observation?
I am running this on a Samsung UN55D8000.