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.
I need to write some tests against RecyclerView to do a compatibility test. Of concern is item op reordering between calls of notifyItemChanged and friends, and calls to onItemChanged and friends on LayoutManager. v0.5 requires a certain behaviour and presently, versions <= 22.1 and 22.3 have that behaviour, 22.2 does not.
I need to write some tests against RecyclerView to do a compatibility test. Of concern is item op reordering between calls of notifyItemChanged and friends, and calls to onItemChanged and friends on LayoutManager. v0.5 requires a certain behaviour and presently, versions <= 22.1 and 22.3 have that behaviour, 22.2 does not.