media/demos/compose
jbibik 009f7360c5 Remember Player instance on recompositions
PiperOrigin-RevId: 641823733
2024-06-10 01:51:18 -07:00
..
src/main Remember Player instance on recompositions 2024-06-10 01:51:18 -07:00
build.gradle Add PlayerSurface Compose component 2024-06-07 10:15:13 -07:00
README.md Add a new empty Compose Demo as a skeleton 2024-03-28 12:30:20 -07:00

ExoPlayer demo with Compose integration

This is an experimental ExoPlayer demo app that is built fully using Compose features. This should be taken as Work-In-Progress, rather than experimental API for testing out application development with the media3 and Jetpack Compose libraries. Please await further announcement via Release Notes for when the implementation is fully integrated into the library.

For an intermediate solution, use Jetpack Compose Interop with AndroidView and PlayerView. However, note that it provides limited functionality and some features may not be supported.

See the demos README for instructions on how to build and run this demo.