I am making an Android application, in which I want to play a GIF file in an imageview. I have a tried a lot of ways, made a custom class but haven\'t succeeded.
Has an
Natively ImageView does not support animated image. You can use two options to show animated gif file
But split the gif file into several parts and then apply animation to it. Try this link-playing-gif-animation you will get the desired result.