Ok so,
2 things:
-
I have this blocks that load when you open a certain page, they are clones of a bunch of buttons and labels and every button al label has a different image and text etc.
For the image I use a link so that when the phone loads the button and sets its bckgr picture it will download the picture and set it.
This works, but it repeats the process every time the app is opened, so every time it takes a little bit to create the clones and to download the bckgr picture, I’d like the clones and the images to be saved on the device so that they don’t get loaded every time that you open the app for the first time. -
To make the first load faster I’d need to load only the visible clones and the new ones only when the user scrolls to the bottom.
Thx