truizlop / SectionedRecyclerView

An adapter to create Android RecyclerViews with sections, providing headers and footers.
806 stars 144 forks source link

Does it work with RecyclerView.SortedList? #20

Closed subediaayush closed 7 years ago

subediaayush commented 7 years ago

I was having some issues with displaying the list items where all the headers had same title. rec Adapter was returning correct title while calling getSectionHeaderTitle from 'onBindItemViewHolder'

truizlop commented 7 years ago

I cannot help you unless you provide more info

subediaayush commented 7 years ago

Nevermind, the problem occured when a section had 0 items. It seems you have to check for empty sections and remove it from the section count. Cool library though.