Correctly animate removing row in ListView?
问题 The problem: (1) add a touch listener to rows in a listview so that on swipe. (2) swipe animation plays (3) rows get deleted in the backend, and (4) the animation plays without any flicker or jerkiness. By "flicker" I mean that the deleted row briefly shows after the animation finished. I suspect that something funky was happening with the animation listener, so I ended up doing the following (done in the order given): Do the animation and make it persist by setting setFillAfter and