GifTextureView end listener
Kj7r8Ff3h opened this issue · 2 comments
Kj7r8Ff3h commented
I am using GifTextureView to display gif images and it works great.
val inputSource = InputSource.ResourcesSource(requireContext().resources , R.drawable.test)
binding.ivTest.setInputSource(inputSource)
However, I need to perform some tasks once gif is completed. May I know how to achieve it?
I have tried GifImageView before and it is blinking
Thanks
koral-- commented
Currently, there is no such feature in GifTextureView
.
I will keep this issue open as a feature request.
koral-- commented
Regarding GifImageView blinking you may try this: https://github.com/koral--/android-gif-drawable/issues/267#issuecomment-206962158