views:

36

answers:

1

I'm trying stuff with android animation and I would like to know if there is a way to execute some code every time an animation is repeated? I looked at the google doc but didn"t find any method to do that...

+2  A: 

Use an AnimationListener, overriding onAnimationRepeat().

CommonsWare
Nice, thanks for the tip Mr Murphy. As always we can count on you!!
Sephy