Andy
Andy

Reputation: 5379

Animated gif in android

i want to use animated gif in android. hows this possible? is it compatible in 1.6,2.0?

Upvotes: 3

Views: 1763

Answers (2)

Eren Tantekin
Eren Tantekin

Reputation: 1471

you can decompose the animated gif into frames (separate gif files) and animate them using an animationdrawable in an imageview.

http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html

yes, it is compatible with 1.6.

Upvotes: 0

DeRagan
DeRagan

Reputation: 22930

Animated gif support is not available in 1.6 SDK though it is available in 2.2(Froyo)

http://code.google.com/p/android/issues/detail?id=3422

Upvotes: 3

Related Questions