emilsjolander / StickyListHeaders

An android library for section headers that stick to the top
Apache License 2.0
5.51k stars 1.52k forks source link

Change the grouping of the sections rather then by first character #499

Open rohanvachhani opened 5 years ago

rohanvachhani commented 5 years ago

I have M number of section name string (which is header name in my case); and different number of question strings in each sections. Section names shoud be header and I have question strings array for each sections. How to group according to this scenario?