koral--/android-gif-drawable

GifTextureView end listener

Kj7r8Ff3h opened this issue · 2 comments

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

Currently, there is no such feature in GifTextureView.
I will keep this issue open as a feature request.