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

[Question]Is it possible to assemble PullToRefreshListView with this? #98

Open Logan676 opened 9 years ago

Logan676 commented 9 years ago

Use a normal list view in your layout. You may also use a ListActivity or ListFragment

As quoted from the Usage, it only tell us to use a normal list view, but doesn`t provide any clue about how to use a custom list view, e.g. a pull to refresh list view.

I need to support both pull to refresh and slide expandable features, so I wonder if that is possible, any ideas?

Thanks in advance.