If I have a large number of images 500 being loaded in a listview using URI's do all those images get loaded at once or just as they come into view. Second, what if the images are byte arrays instead of URI's, is it better to return URI's or byte arrays. Thank you.
↧