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
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"