tags:

views:

141

answers:

1

Hi, I would like to know if it is possible to remove one of the frames I added using addFrame in Android?

Thanks

Kelvin

A: 

If you're referring to removing frames in an AnimationDrawable, then no (not directly), though I'm guessing there's probably a workaround. If you describe your use case further I'd be glad to elaborate.

For reference, here's the source for the AnimationDrawable class.

Roman Nurik