GridView row remove and animation - Android
- by Pria
I have a GridView in which each row has a custom view. The grid view adapter has an array that keeps the custom view.
At click of a button, I want to remove a specific row from the Grid and while doing so I want animation on it. I have an AnimationListener.
When I remove the upper most row from the array and setAdapter in onAnimationEnd(). It…