-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
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
zhiwenchen