I am using a list view as follows
String[] Shows = new String[] { \"Dexter\", \"Breaking Bad\", \"The Big Bang Theory\", \"Leverage\"}; ListView tv_show_lis
look at this example here it shows how to load the images in listview in android,you need to extends the BaseAdapter to create the custom Adapter