In my List View, I want to display multiple Icon. Icon1 for list row 1, Icon 2 for list row 2, Icon1 for list row 3.
+1
A:
Override getView in your ListAdapter and then you can provide whatever layout you want for each row.
http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/
synic
2010-05-10 05:03:47
synic ... thank you
PankajV
2010-05-25 04:08:59