JimiSmith / PinnedHeaderListView

A ListView with pinned section headers for Android
663 stars 306 forks source link

add pull to refresh? #11

Closed alahammad closed 11 years ago

alahammad commented 11 years ago

Hello , First thanks for your library i loved it :+1: second i want to implement pull to refresh class to your library but sections and positions not correct.. can you help me with this issue

thanks ..

JimiSmith commented 11 years ago

Which pull to refresh library are you using?

alahammad commented 11 years ago

I try all of library the same issue, do you recommended use specific one

JimiSmith commented 11 years ago

I've got it working with Chris Banes' PullToRefresh library

I've posted a Gist with the relevant code - https://gist.github.com/JimiSmith/5559394

Basically you'll need to modify his library to support PinnedHeaderListView(see PullToRefreshPinnedHeaderListView.java)

If you have any issues with this, please reopen the issue and provide a screenshot of the problem