Com.ForbiddenByte.OSA.Demos.GridDifferentItemSizes Namespace |
| Class | Description | |
|---|---|---|
| BasicModel | ||
| MyCellGroupViewsHolder | ||
| MyCellViewsHolder | All views holders used with GridAdapter should inherit from CellViewsHolder | |
| MyGridParams | Base class for params to be used with a GridAdapterTParams, TCellVH | |
| PackedGridExample |
Advanced implementation demonstrating the usage of a GridAdapterTParams, TCellVH and a custom Views holder for the cell groups, PackedGridLayoutGroup,
Which packs the cells in the smallest space possible instead of arranging them in a line.
The bigger the cell group in physical size, the more accurate the packing algorithm is.
| |
| PackedGridSceneEntry | Hookup between the DrawerCommandPanel and the adapter to isolate example code from demo-ing and navigation code |