After an ImageView translates off the screen via a TranslateAnimation object, I want to set the ImageView as null. So really my question is how does one know when an animation has completed without resorting to polling to objects position or other variables?
After an ImageView translates off the screen via a TranslateAnimation object, I want to
Share
Register an
AnimationListenerwith theAnimation, and listen foronAnimationEnd().