Reputation: 5421
I'm trying to have this kind of listview but instead of red images named "person", I want to have a clickable image.
Unfortunatly, with this implementation we can't custom each view to set a ClickListener on each image item.
Any ideas to change that ?
Upvotes: 0
Views: 848
Reputation: 5985
Use a custom ListAdapter and then you can access the Images of you Listadapter as shown in the answer of this link: Need help to delete selected item from listview
Upvotes: 0