0

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

David Walschots
  • 12,279
  • 5
  • 36
  • 59
Quick learner
  • 699
  • 4
  • 22
  • 39

2 Answers2

0

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

Community
  • 1
  • 1
Mohammed Azharuddin Shaikh
  • 41,633
  • 14
  • 96
  • 115
0

Maybe a good idea to use an AnimationDrawable if you would like to make animation: AnimationDrawable Description

Alexey A.
  • 1,389
  • 1
  • 11
  • 20