Hey everyone, I’ve built a Compose library for <Ex...
# compose
f
Hey everyone, I’ve built a Compose library for ExoPlayer media playbacks: https://github.com/fengdai/compose-media Is anyone interested in this? Any feedback is appreciated! 😄 Here is the screenshot of the sample, which demonstrates how the library’s
Media
composable reacts to parameters changes:
👍 7
🙌 4
t
It doesn’t seems to support fullscreen toggle yet right?
y
Nice! - I know it's Alpha, but have you considered building on Media3 instead of ExoPlayer. They are almost the same code, but Media3 is the future one IIUC. https://github.com/androidx/media/blob/release/RELEASENOTES.md
f
@yschimke Yes! I have already created an issue to track this: https://github.com/fengdai/compose-media/issues/1
@Tin Tran It is not included in the library. But it’s easy to implement with this library. I’ll add a demo to the sample app.
🙌 1
j
@fengdai this is quite cool, nice work!
f
@james Thanks! Will you try it out? 😄