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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -