Hi,
We have a scroll view with lots of images, too much to have all of them in memory at once.
Is it possible to load images in the background (non-blocking) to create a scrollview with a good user experience by dynamically reloading content while scrolling? With the current blocking way of loading images that`s not really a possibility.
As an alternative:
What about hardware compression for textures? Are there any plans to support it in the future?
Best regards