SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use animationListener, something like this:
fadeIn.setAnimationListener(new AnimationListener() { @Override public void onAnimationEnd(Animation animation) { this.startAnimation(fadeout); } });