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 297 forks source link

feature comparision #107

Closed jjhesk closed 9 years ago

jjhesk commented 9 years ago

what is the difference compared to ultimaterecyclerview

TonicArtos commented 9 years ago

This kind of question is inappropriate for a project bug tracker. Personally, I don't really care to contrast this library with others, or to suggest one is better or worse for any reason. However, here is a revised project description for SuperSLiM, perhaps you can figure out the differences from that description.

SuperSLiM provides a focused set of features centered around a logical presentation of data in a scrollable list. Specifically, it allows you to combine together different kinds of layouts in a single scrolling view. Each of these layouts is associated with a section (group of views provided by your adapter), and each section can have a header. There are various customisation options for the headers and layouts.