TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 296 forks source link

Grid section layout #198

Open TonicArtos opened 7 years ago

TonicArtos commented 7 years ago

A section layout manager that lays out items as a grid. Rows are variable in height, and have nested scrolling with intra-row sticky behaviour for items smaller than the row height. This will likely make the grid layout the most complicated of all Slms and stress the design the most. It will likely require some modification to support sticky nested sections (Child.offsetVertically(dy: Int)).

Tasks

Validation