media/demos/shortform
ibaker 8dfcf025d9 Remove @UnstableApi from demo apps
This annotation is only needed on public classes that are part of a
distributed library.

Switch to `@OptIn` for the one file where `@UnstableApi` was
suppressing lint errors.

PiperOrigin-RevId: 633858516
2024-05-15 02:00:13 -07:00
..
src/main Remove @UnstableApi from demo apps 2024-05-15 02:00:13 -07:00
build.gradle Disable enhanced Java 8 desugaring 2024-05-07 09:26:36 -07:00
proguard-rules.txt Add PreloadMediaSource and PreloadMediaPeriod 2023-10-18 04:57:06 -07:00
README.md Add PreloadMediaSource and PreloadMediaPeriod 2023-10-18 04:57:06 -07:00

Short form content demo

This app demonstrates usage of ExoPlayer in common short form content UI setups.

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