GifTextureView end listener

Author: Kj7r8Ff3hCreated Jun 7, 2022Updated Oct 3, 2025
Labelsfeature-request

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

Source: koral--/android-gif-drawable