Com.ForbiddenByte.OSA.Demos.AnimatedInsertRemove Namespace |
| Class | Description | |
|---|---|---|
| AnimatedInsertRemoveExample | Simple list demonstrating adding and removing items with an animation. Items "pop up" when are inserted and shrink before being removed. It's assumed that adding/inserting items is not done throgh the InsertItems(Int32, Int32, Boolean, Boolean) or RemoveItems(Int32, Int32, Boolean, Boolean), but only through AnimatedInsert(Int32, MyModel) and AnimatedRemove(Int32), respectively | |
| AnimatedInsertRemoveSceneEntry | Hookup between the DrawerCommandPanel and the adapter to isolate example code from demo-ing and navigation code | |
| MyModel | The data associated with an item | |
| MyParams | ||
| MyVH | The Views holder. It displays your data and it's constantly recycled |