Click or drag to resize

Com.ForbiddenByte.OSA.Demos.AnimatedInsertRemove Namespace

 
Classes
  ClassDescription
Public classAnimatedInsertRemoveExample

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

Public classAnimatedInsertRemoveSceneEntry
Hookup between the DrawerCommandPanel and the adapter to isolate example code from demo-ing and navigation code
Public classMyModel
The data associated with an item
Public classMyParams
Public classMyVH
The Views holder. It displays your data and it's constantly recycled