PullToRefresh list with pinned section header

后端 未结 4 1406
粉色の甜心
粉色の甜心 2020-12-30 11:50

Does anyone has practice of using Pull to refresh list with Pinned section header? I use Android-PullToRefresh lib with my list and I want to add a

4条回答
  •  Happy的楠姐
    2020-12-30 12:07

    I did some research and I found 2 alternatives:

    1. StickyListHeaders. This library is contributed by Jake Wharton (reference) so it is promising and could be compatible with other libraries. You should try to use it.
    2. PinnedSectionListView - easy to use ListView with pinned sections for Android.

    You can try combining these two libraries with ActionBar-PullToRefresh. I suppose you can implement the solution ;)

提交回复
热议问题