As we know that we have performClick() method to generate click on a list view but we do not have the same kine of method to generate group click on an expandable list view. My requirement is that I want to generate group click on a particular group item of an expandable list view through my code.
Any workaround is appreciable.
I know this is a long time after the question was asked, but ran across this while I was having a similar issue. The solution I found was to use performItemClick instead.
I was trying:
Instead I moved to:
It worked for me. Hope this helps…