Hi I am using a Listview in my application and I created separate xml for the layout of each row of that ListView. Each row contains two ImageView and one One TextView. I want to get which ImageView is clicked on that row.
Hi I am using a Listview in my application and I created separate xml
Share
put the tag with each imageView in getView function of the adapter….
and get in onclick with view that you received……