Click or drag to resize

Com.ForbiddenByte.OSA.Demos.GridDifferentItemSizes Namespace

 
Classes
  ClassDescription
Public classBasicModel
Public classMyCellGroupViewsHolder
Public classMyCellViewsHolder
All views holders used with GridAdapter should inherit from CellViewsHolder
Public classMyGridParams
Public classPackedGridExample
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.
Public classPackedGridSceneEntry
Hookup between the DrawerCommandPanel and the adapter to isolate example code from demo-ing and navigation code