sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

It is possible add PullToRefresh feature to this listview? #13

Closed OllieStrevel closed 11 years ago

OllieStrevel commented 11 years ago

I just downloaded and tested your project and is awesome! Congrulations for that, but i question me, it's possible add pulltorefresh to this?

Thank you :)

sergejsha commented 11 years ago

Thanks! There is no plans to add pull-to-refresh functionality for now. You might look for open source pull-to-refresh implementation and use PinnedSectionListView as a super class there. It should work.

OllieStrevel commented 11 years ago

Ok thanks for the tip! I'll do it