I am trying to show frame by frame animation by changing images in a imageview. I tried animation drawable in xml and also changing the bitmap of the imageview inside a Handler.
The most efficient way to show fram by frame animation in android is using OpenGL with NDK.