I am downloading the images from url and storing in android device, I am trying to display the images from my android device to ImageView(all ImageView has different Id's).
My Questions is:
I am downloading the images and trying to display in ImageView but how to get the reference of one ImageView in another ImageView so that there is no need to download the same image again, if I want to display the same Image in more than one ImageView (i.e How should I display the downloaded image from my android device in more than one Image View which has unique Id ?)
In the above screen the images of India and Australia are already downloaded and displaying in ImageView but how should I display the images in another ImageView where the other matches of India and Australia are displaying , I don't want to download the same image again and again so how should I use those images in other ImageView?