ListViewAnimations icon indicating copy to clipboard operation
ListViewAnimations copied to clipboard

adding removeAll to more closely mirror arraylist methods

Open trippedout opened this issue 10 years ago • 0 comments

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

trippedout avatar Apr 23 '15 18:04 trippedout