In API 28 AnimatedImageDrawable
was introduced for displaying gif images:
https://developer.android.com/reference/android/graphics/drawable/AnimatedImageDrawable.html
Drawable for drawing animated images (like GIF).
The problem is that they don't told anything about how to use it with AppCompat-v7
or Support-v4
libraries for retrocompatibility before API 28.
Does anyone know if is possible to use it before API 28 for displaying GIF images?