media/demos/cast
olly 7e6a1418e3 Demo apps: Annotate @NonNull where necessary
Because we now annotate not-null by default in ExoPlayer
library modules, we're seeing warnings in the demo apps where
we override a method and don't explicitly specify an equivalent
@NotNull annotation.

It's probably confusing to use not-null by default for the
demo apps, so this change uses @NonNull where necessary to fix
the warnings.

PiperOrigin-RevId: 296000044
2020-02-25 21:21:54 +00:00
..
src/main Demo apps: Annotate @NonNull where necessary 2020-02-25 21:21:54 +00:00
build.gradle Bump targetSdkVersion to 29 for demo apps only 2019-12-04 09:58:47 +00:00
proguard-rules.txt Migrate to androidx 2019-02-19 13:22:54 +00:00
README.md Allow easier ExoPlayer/Cast integration 2017-08-17 22:56:52 +01:00

Cast demo application

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