android - Perform action at the end of animation -
I wrote an animation to create text of a textView blink, and after following the animation I followed an action I am Is it possible to stop the animation in any way?
animation listener listener = new animation listener () {@Override public void onAnimationStart (animation animation ) {// TODO auto-generated method stub} @Everride Public Zero on Animation Replay (animation animation) {// TODO auto-generated method stub} @Everride Animation Animation (Animation Animation) at Public Zero };
Comments
Post a Comment