media/demos/cast
andrewlewis 456622a275 Deprecate stop(boolean)
`stop(true)` is almost the same as `clearMediaItems(); stop();`, except that
any player error isn't cleared. Clearing media items more clearly expresses the
intent.

PiperOrigin-RevId: 350516748
2021-01-07 10:45:02 +00:00
..
src/main Deprecate stop(boolean) 2021-01-07 10:45:02 +00:00
build.gradle Clean up some lint warnings 2020-09-11 17:31:03 +01:00
proguard-rules.txt Migrate to androidx 2019-02-19 13:22:54 +00:00
README.md Adding instructions on how to build and run ExoPlayer demo apps 2020-05-21 17:08:53 +01:00

Cast demo application

This folder contains a demo application that showcases ExoPlayer integration with Google Cast.

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