tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

How to receive expansion updates #40

Closed aidenfry closed 10 years ago

aidenfry commented 11 years ago

Sorry if I am being silly.

How do I get informed of Row clicks and/or Expansions?

I also need to have a getCurrentRow method, and setExpandedRow method on this list.

Im going through and adding in my own listeners right now, but you must have coded this into the library somehow right?

tjerkw commented 10 years ago

I just merged code from a contributer which adds a listener for exactly these events. See AbstractSlideExpandableListAdapter.OnItemExpandCollapseListener