I have one canvas where I am showing 5 images in sequence (in sliding). Actually I am getting only 5 images for download that time mobile device not showing out of memory error but when I am going to download 20 images for sliding that time it is showing error out of memory. I want to implement one thing here: whenever I am moving images on canvas that time I want to download only that five images which is showing on canvas not others. But how to do this task on run time of canvas I don't know.
I am looking for some idea how to do this task?