A customisable ListView that supports pull-to-do-something.
Derived from this project
Generic pull-to-do something list view, the header view being pulled out is 100% customisable. A couple of events are triggered at appropriate time to allow customisation of header view, mainly for animations.
Quick use:
- Create a layout xml as header container which has at least one child view (real header).
- Subclass PullToFireListView, customise the header in appropriate methods, see details in those methods.
- Refresh graphic editor (eclipse), add the concrete subclass view in your layout.
- Implement OnFireListener, set it on this view to listen to pull event.