Halil Ozercan
07/31/2020, 9:35 PMComposeVideoPlayer on Github https://github.com/halilozercan/ComposeVideoPlayer . Most of the player related stuff is separated into its own module. That way it also demonstrates my personal take on how to modularize compose apps. For example move-by-scroll animation is implemented in Activity and has nothing to do with how VideoPlayer component works under-the-hood.
I would also love to receive any feedback or review you might have 🙂