media/demos
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
..
cast Demo apps: Annotate @NonNull where necessary 2020-02-25 21:21:54 +00:00
gl Demo apps: Annotate @NonNull where necessary 2020-02-25 21:21:54 +00:00
main Demo apps: Annotate @NonNull where necessary 2020-02-25 21:21:54 +00:00
surface Demo apps: Annotate @NonNull where necessary 2020-02-25 21:21:54 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer demos

This directory contains applications that demonstrate how to use ExoPlayer. Browse the individual demos and their READMEs to learn more.