I am using an extensible list view. In my application, the group and the child have content. So I need to get started with groupClicked, as well as with the click of a Child button. As the default action (set in android), when I click on a group, the group expands.
I want to add an action to the group indicator button. Thus, when the group is pressed, the action will begin, and when the group indicator button is pressed, the child will be shown.
> a group child 1 child 2...
How can i do this?
thanks
asish source share