Skip to content

CollectionView 2.0 is reborn with header/footer/grouping

Compare
Choose a tag to compare
@roubachof roubachof released this 26 Oct 11:06
· 24 commits to main since this release
15e2521

Version 2.0 breaking changes: CollectionView

HorizontalListView has finally been renamed CollectionView \o/.

All references to HorizontalList has been renamed to Collection, including:

  • namespaces
  • filename
  • class names
  • HorizontalListViewLayout => CollectionViewLayout
  • ListLayout => CollectionLayout

Header/Footer implementation thanks to SizedDataTemplate

header_android

Fixes