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 using an AnimationDrawable for your ImageView. See my answer here for example.
AnimationDrawable
ImageView