In animation drawable, you can load up an animation list that has multiple frames that would play one after the other. I am just wondering about memory consumption/efficiency here . If I have 50 or 60 images, does that mean they are all loaded in memory and then rendered one by one, or is it loaded one by one and replacing the older one?
Any idea how this works?
Thanks