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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -