jaychang0917 / SimpleRecyclerView

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

insertion api with section #12

Closed ersin-ertan closed 6 years ago

ersin-ertan commented 7 years ago

Something like: recyclerView.addCellInSectionHeader(int position, SimpleCell cell, SectionHeaderProvider provider);

Where position is relative to the section. Insertion can take optional params of insert to top/bottom.