I need to stop a running translate animation. The .cancel() method of Animation has no effect; the animation goes until the end anyway.
.cancel()
Animation
How
If you are using the animation listener, set v.setAnimationListener(null). Use the following code with all options.
v.setAnimationListener(null)
v.getAnimation().cancel(); v.clearAnimation(); animation.setAnimationListener(null);