I’m developing an android application. I want to create animation with imageviews. Currently, I have 20-25 images to make some actions with those images.
I want to overlap one image on top of another image without any user interaction.
So please help me asap.
Hey, I tried this:
http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html
With this, my application crashes…
you can follow the hierarchy of writing code(xml) in such manner that the back order imageview will written first and then so on, see Animate listview from back of layout