OnTouch of an ImageView I\'m starting a fade in animation:
OnTouch
ImageView
myImageView.setOnTouchListener(new View.OnTouchListener() { publ
I think you need this.
fadeInAnimation.setAnimationListener(new Animation.AnimationListener() { @Override public void onAnimationStart(Animation animation) { } @Override public void onAnimationEnd(Animation animation) { } @Override public void onAnimationRepeat(Animation animation) { } });