ListViewAnimations
ListViewAnimations copied to clipboard
adding removeAll to more closely mirror arraylist methods
for uses where u need to remove more than one object at a time prior to notifying data set changes
i have a gridview with AbsListView.MultiChoiceModeListener implemented so a user can check multiple objects and click delete - with a loop and remove() once at a time, many notify were called, messing up view hierarchy a bit/glitchy