I am using ImageDownloader class to get images from server and getting these images links using an ArrayList. After downloading the Image I am setting the Image
final ImagesSerialized item;
final ImageView bgImage=(ImageView) findViewById(R.id.image);
ArrayList list;
control = (Controller) getApplicationContext();
list = (ArrayList) control.Table_Images.GetData();
for(int i=0; i