I tried to add ImageList to my application. i added it successfully. It shows Logos of banks which i was selected. I added that through HashMap, because i w
You should create a Bank object that as a name and a logo as attributes and then pass an ArrayList of bank objects to your adapter.