Search code examples
androidanimationframe

Frame Animation callback when animation is complete in Android


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?


Solution

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

    Refer this: question

    i suggest this method : here