0

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?

justinl
  • 10,448
  • 21
  • 70
  • 88

1 Answers1

2

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

Refer this: question

i suggest this method : here

Community
  • 1
  • 1
akc
  • 582
  • 2
  • 6
  • 23