开发者

Change List View Image on Click In Android

开发者 https://www.devze.com 2023-02-22 00:44 出处:网络
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

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()

0

精彩评论

暂无评论...
验证码 换一张
取 消