jaychang0917 / SimpleRecyclerView

A RecyclerView extension for building list more easily.
Apache License 2.0
935 stars 104 forks source link

One section header for multiple cell types #49

Open yuriymyronovych opened 5 years ago

yuriymyronovych commented 5 years ago

Hello, I have a recycler view that displays list of different events, each event type is represented by different Cell type, however I would like to have section header that would group them by date. Currently I do not see a way to have one section header for multiple cells types.

Any advise welcome, Thanks!

vtproduction commented 5 years ago

same prob here, looking for any solution