android - How to draw a frame by frame Animation from frame x to frame y -
i want know if there solution available in android allow me define animation entering set of frames (images), , allow me play frame number x y.
i'm using animationdrawable frame frame animations , seems lack functionality.
is there maybe different class me here?
thanks lot!
ita
you can add frames x through y new animationdrawable using addframe(drawable frame, int duration). since mentioned images, should use bitmapdrawable load images , pass animationdrawable along duration.
Comments
Post a Comment