I'm using Expandable List view. In my app both the group and child have content. So I need to start activity on groupClicked as well as on Child clicked. As the default action (given in android) when I click on a group the group expands.

I want to add a action on the group indicator button. So that, when the group is clicked the activity will start and when the group indicator button is clicked the child will be shown.

 > a group 
     child 1
     child 2...

How can I do that ?

Thank You

link|improve this question

Just out of curiosity : what difference do you make between "showing the group's content" and "show the group's children" (based on this picture : bogotobogo.com/images/Android/Android7/SmplExpandable.png)? – Zakaria Feb 15 at 13:33
I need to start activity for both group and child. Thanks for comment. – ashish Feb 15 at 13:38
feedback

2 Answers

up vote 2 down vote accepted

as far as I know, It is not possible to add any action on default button of expandable list.

link|improve this answer
feedback

Using "findviewbyId" call id of group and child group into activity.Generate group and child group listviews in string.xml.Using onClickListener we can show group and childgroup

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.