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.
Try exporting your images to a GIF? Android does support decoding GIF files.
Have a look : Supported Media Formats.