I’m loading many images from a server, and can’t hammer the server with all those requests at once. I want to only load the images once they’ve scrolled into view on screen, similar to the Facebook iPhone app.
Anybody know how to do this in Titanium?
I think I’ve seen a clue in the Kitchen Sink / YQL demo: It appears that a table will provide this functionality to the ImageView. Am going to test it…
the table will only load the images for the cells once the row is visible.