i want to use animated gif in android. hows this possible? is it compatible in 1.6,2.0?
Asked
Active
Viewed 1,707 times
2 Answers
3
Animated gif support is not available in 1.6 SDK though it is available in 2.2(Froyo)

DeRagan
- 22,827
- 6
- 41
- 50
0
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.

Eren Tantekin
- 1,461
- 14
- 24