android - Selected Item of row in ListView -


hi using listview in application , created separate xml layout of each row of listview. each row contains 2 imageview , 1 one textview. want imageview clicked on row.

put tag each imageview in getview function of adapter....

imageview.settag(postion); 

and in onclick view received......


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -