I have images in Listview and I want to change them 开发者_运维问答when I click on them.
How would I do this?
This article can help you http://androidforbeginners.blogspot.com/2010/03/clicking-buttons-in-listview-row.html
use onItemClickListener or you can extend ListActivity and override onListItemClick()
精彩评论