SimpleExoPlayer

A simple ExoPlayer implementation for easy use [WIP]

APACHE-2.0 License

Stars
13
Committers
1

SimpleExoPlayer

A simple ExoPlayer implementation for easy use [WIP]

Usage

The demo app.

To shorten it, you can either use SimpleExoPlayer or the ExoplayerView

Download

Using Gradle:

compile ('io.gresse.hugo.simpleexoplayer:library:0.1.2@aar') {
        transitive = true;
    }

Hosted on jCenter only.

Contribution

Feell free to contribute to this library (fork and make a pull-request). Also, tell me if you're using this library so I can add you to the README.

Author

Hugo Gresse

License

Copyright 2016 Hugo Gresse

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Related Projects