How to implement RecyclerView with section header depending on category?

前端 未结 4 1780
傲寒
傲寒 2020-12-25 15:12

I want to implement sections in my list. I have a list of tasks. List has a custom adapter which extends recyclerview swipe adapter as I have implemented swipe gesture to th

4条回答
  •  庸人自扰
    2020-12-25 15:58

    You can do it youself by hard codding.There ar smart ways to do this. follow these links. and choose one for you.

    https://github.com/afollestad/sectioned-recyclerview https://github.com/truizlop/SectionedRecyclerView http://android-pratap.blogspot.in/2015/12/sectioned-recyclerview-in-android_1.html

    You can search more by "sectioned recyclerViews android libraries"

提交回复
热议问题