Re: [android-developers] Flexing the Expandable List Adapter

2011-01-24 Thread Kostya Vasilyev
Michael, Based on your description, I'm not sure why you need multiple ExpandableListViews. Seems like you can do this, including scrolling as one unified view, with just one ExpandableListView, or maybe even just one ListView. You can make Main Title (a TextView?) be part of the respective grou

[android-developers] Flexing the Expandable List Adapter

2011-01-24 Thread Michael
Hi All, I just wanted to start a discussion about the approach I'm taking for this particular Activity. Here is what I'm trying to achieve: 1) There are going to be multiple Expandable List Views, each Group has a Title and a Button and there will be only one Child with data based on that group.