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
Post a Comment