diff --git a/demo/README.md b/demo/README.md new file mode 100644 index 0000000000..ca37392623 --- /dev/null +++ b/demo/README.md @@ -0,0 +1,5 @@ +# Demo application # + +This folder contains a demo application that uses ExoPlayer to play a number +of test streams. It can be used as a starting point or reference project when +developing other applications that make use of the ExoPlayer library. diff --git a/demo_misc/README.md b/demo_misc/README.md new file mode 100644 index 0000000000..f7d7af6ac4 --- /dev/null +++ b/demo_misc/README.md @@ -0,0 +1,7 @@ +# Miscellaneous demos # + +This folder contains miscellaneous demo applications. For example applications +that demonstrate use of optional extensions, or more advanced features. + +A general purpose ExoPlayer demo application can be found in the [demo](../demo) +folder. diff --git a/extensions/README.md b/extensions/README.md new file mode 100644 index 0000000000..5bb863c13e --- /dev/null +++ b/extensions/README.md @@ -0,0 +1,3 @@ +# Extensions # + +This folder contains optional ExoPlayer extensions.