I'm creating an animation which should change randomly, so i needed to use AnimationDrawable (and yes, i couldn't manage that by using Animation.) So basicly, i have some imageviews and i am dynamically adding frame into, and setting to them. So far, everything works well. I can see that animation works, but the problem is after one animation has completed i need to remove every frame on that imageView and then add new ones to it. But unfortunately i couldn't find a way to remove frames... Is there a way to this? or it is just annoying lack?
Thanks in advance.