Image loading problem

Hi everyone,

I’m building an app in Kodular and I’m having a performance problem with loading images from URLs.

The issue is that all images load at the same time when the screen opens, and this causes lag and sometimes makes the app freeze, especially on low-end devices.

What I need is a way to load images gradually instead of loading everything at once (like lazy loading or on-demand loading when scrolling).

I also want image caching support so the images don’t reload every time.

Could anyone recommend a good Kodular extension that can solve this issue?

If possible, I would really appreciate it if someone could share a simple AIA project example showing how to properly implement it.

Thanks in advance!

Definitely this will do

Here is the best solution:

How about downloading them first (to the ASD or PrivateDir) when the app launches for the first time?