I am new to android . I was trying to implement an Asnyc tasks which downloads a set of 5 images at a time by parsing a json which s returned from the server. There are is a next button on the interface which displaces the 2nd 3 4 images in the image view.I am new to android . I was trying to implement