kohii
kohii copied to clipboard
Getting black screen in recyclerview while scrolling video
I am getting black screen while scrolling in recyclerview
https://github.com/eneim/kohii/issues/123
i want to use thumbnail during scrolling as video playback take some time to start it shows black screen
@ajayasija23 You can use an ImageView on top of the PlayerView and listen to the callback to show/hide the thumbnail accordingly.
@ajayasija23 You can use an ImageView on top of the PlayerView and listen to the callback to show/hide the thumbnail accordingly.
Can you suggest which callback to listen? we have tried it but after we hide the thumbnail video shows the black screen for few seconds and then shows the actual video frame