So I want to create some animating ImageViews as described in :
http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html
However I have been searching but couldn't find anything on this subject. Is it possible to have an item in the animation-list be an image inside an expansion APK file(a zip file). I already know how to get an image out of an Expansion APK file but I want to know if I can somehow get it into the animation-list, either programmatically or just referenced somehow in the XML file.
So my question is if this is possible? And (if possible) how I would go about doing this?
you can use different frame of image put in the drawable folder named first.png,second.png etc for animation effect and load it after certain interval of time.
create animation_list.xml and put it.
Then in MainActivity code is.create imageview named yourImageView in the activity_main xml