How to list images and text in a listview. ? I want to list some images and text corresponding to the image and list them in listview(or so...).. i have done the listng of text.... can any one pls let me know how add the images too with each of the text???
Last edited by anurahim on Wed Jul 02, 2008 9:32 am, edited 1 time in total.
Sorry, i don't quit understand your meaning.
do you want eahc item with a image of the left and text on the right?
if so, int the getview method, just return a linearlayout with the two in it.