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...