I am trying to achieve adding animated gifs to my application.
1- I can upload an animated gif from the server. 2- I can decode an animated gif (using my own custom decoder) and have a separate bitmap corresponding to its frames.
Now I want to animate it using frame-by-frame animation. As I read, for performing frame-by-frame animation, the first thing that is required is an "animation list".
I want to know how I can create the required "animation list" programmatically containing each bitmap as a separate frame.
confucius
source share