android - Clicking List-view row and child Button as well -
my listview's row has 1 button. want set click event both row , button. know listview loose onitemclick property if set it's child click event. please guide me way doing both @ once
you have use listview.setonitemclicklistener(onitemclicklistener)
. see tutorial.
in onitemclicklistener.onitemclick()
you're provided position of item.
Comments
Post a Comment