I’m using a web servis to get data for a places i need. In listView i need to show image, name of the Place, image for type of place and adress. I’m using Simple adapter. I know how to populate with the text, but dont know how to put images from folder drawable. First images will go in some order (like image A, second image B, third image C), and second image will depend of the type of a place (if the place is a bakery than image will be bread) and something like that. I forwarded to SimpleAdapter ArrayList of HashMaps… Can anybody give me some idea or some code???
Share
I think this example would help you.
//Main Class