I have an ImageView that gets animated when it is added to a layout. When it is removed, I want to reverse the same animation.
Is there a way to reverse an animation
You can make the code remember the original position and the end position. And let your code dynamically get those values when triggering animation.