Android sticky header RecyclerView/ Section Header RecyclerView

前端 未结 2 1760
野趣味
野趣味 2021-02-08 17:54

Hello All I have just created a demo to work with new android L widget RecyclerView.I have also implemented Pull-To-Refresh using SwipeRefreshLayout but problem for me now is ho

2条回答
  •  囚心锁ツ
    2021-02-08 18:22

    Since the previous answers don't provide a reliable solution, I propose my FlexibleAdapter library for RecyclerView, that is able to handle all following functionalities at once:

    • Sticky functionality for headers with Sections, works with all 3 LayoutManagers and with ViewPager too.
    • Selection Modes.
    • Multiple item types with auto-mapping.
    • Predefined ViewHolders.
    • Expandable items with Selection Coherence.
    • Draggable and Swipe-To-Dismiss.
    • Animated Async Filter with spannable text.
    • Scrolling Animations.
    • EndlessScroll with Adapter binding.
    • UndoHelper & ActionMode Helper.
    • FastScroller.
    • ...and more.

    The idea behind is to avoid to create from scratch over again a custom Adapter for every project and to have more functionalities in one library, instead of relying on different libraries that support only 1 or 3 of them and that you cannot merge.

提交回复
热议问题