Top "Animationdrawable" questions

An object used to create frame-by-frame animations in Android.

How to animate .gif images in an android?

Here is the code for xml: <ImageView android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="…

android jquery-animate gif animationdrawable
Android: AnimationDrawable cast error

I was following the Google provided example of how to use AnimationDrawable with an ImageView. You can find it here: …

android animationdrawable
Create animation by changing image in ImageView with Timer (or Handler)

I want to create an simple animation by changing frames inside an ImageView. I don't want to use AnimationDrawable because …

android animation android-imageview android-drawable animationdrawable
Loop animation drawable

I'm trying to animate some png and i would loop the animation. This is my code: wave.setBackgroundResource(R.drawable.…

java android xml android-drawable animationdrawable