I am using Glide to load animated gif images to ImageView:
Glide.with(this).load(gifUrl).into(imageView)
This works fine except when I use TouchImageView , the TouchImageView shows only a static image, no animation.
Any solution to this?
I am using Glide to load animated gif images to ImageView:
Glide.with(this).load(gifUrl).into(imageView)
This works fine except when I use TouchImageView , the TouchImageView shows only a static image, no animation.
Any solution to this?