http://stackoverflow.com – I am trying to add downloaded images to a list view. I start out by getting the names of the image files from my server and then I do an asynctask of building the bitmaps and storing them in a Bitmap array. Then I use a HashMap to add the data using the SimpleAdapter shown below. I want to know how to add the bitmap images to the listview. (HowTos)