I'm developing an app with JQuery Mobile and Phonegap Build. And there's a list including images. This list is populated dynamiccaly. But I am not using JQM markup on this list, because it would be even slower.
It's a list with 264 items for now, and increasing. And the images have to be at least 250px height for tablet devices.
For now all these images are shipped with app. Should I resolve to load the image from a server ? If yes, will it be even slower to scroll the list ?
Thanks