views:

125

answers:

1

Is it possible in Android to get a callback when a Frame Animation (AnimationDrawable) has completed playing its frame sequence? I know when a Tween Animation has completed, it calls onAnimationEnd(), but is there something similar for frame by frame animations?

+1  A: 

No there is no way to know when the FrameAnimation ends.

Refer this: question

i suggest this method : here

croc
Thanks for posting this info. I guess I was searching the wrong keywords.
justinl