Hi, I would like to know if it is possible to remove one of the frames I added using addFrame in Android?
Thanks
Kelvin
Hi, I would like to know if it is possible to remove one of the frames I added using addFrame in Android?
Thanks
Kelvin
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.