I have found this example http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012 from Fedor which is absolutely great for what I need.
I have a question. if beside the Clear Cache button there would be a TextView how could I put in there how many images from total images had downloaded ? If I know that I will download a total of 20 images, the status as one image after another will download would be 1/20. 2/20... 20/20.