kohii icon indicating copy to clipboard operation
kohii copied to clipboard

Android Video Playback made easy.

Results 58 kohii issues
Sort by recently updated
recently updated
newest added

In my fragment i've done val kohii = Kohii[this] val manager = kohii.register(this).addBucket(binding.recyclerView) then I pass them to my adapter like val adapter = MainTimelineAdapter(timelineList, kohii, manager) on my adapter...

Hello, I am currently using this setup with a tag, to survive the orientation change. ![image](https://user-images.githubusercontent.com/5727941/92996041-b39a5180-f508-11ea-9095-143fc851f13a.png) And that is working fine. Now I am trying to clear stored information when...

When Fragment's retainedInstance is set to true, configuration changes doesn't work correctly.

bug

There is no set for show playerView controller, it always hide

String lookUpProf(String propertyName, String defaultValue) { def propertyValue = project.properties[propertyName] return propertyValue != null ? propertyValue : defaultValue }

Hi First of all Thanks to you for such an amazing library. In my comparison, this was the best among all others. My issue is when I try to pause...

Hi, Is it possible to play all video that are visible at least 65% in a recyclerView ? Currently, only the top one is playing best regards,

First of all Big Thanks buddy for this library, it's awesome. 1)only some video pause, how can I solve this 2) distance between two slid screen is huge, I want...

I really want to create an app with a never ending list of full screen videos, but the swiping action snaps to next video like tiktok. If possible can you...