Re: [android-developers] Expandedlistview

2011-12-30 Thread TreKing
On Thu, Dec 29, 2011 at 7:31 AM, Sean751 sean...@gmail.com wrote: How can I make use of onGroupclick or can I detect a group click in another part of the code?

[android-developers] Expandedlistview

2011-12-29 Thread Sean751
Hi I want to use onGroupClick to detect when a group item is clicked and do something but I also want the list view to expand or collapse as needed. How can I make use of onGroupclick or can I detect a group click in another part of the code? I have seen the example context menu code which works