-
-
Notifications
You must be signed in to change notification settings - Fork 253
Home
Nam Nguyen Hoai edited this page Oct 24, 2016
·
15 revisions
-
Want to have auto playback in your Video list like Facebook or Twitter, and has not found a good solution yet.
-
Love the Video playback stuff, but has no experience.
-
Love shushi, so give it a try ...
- Pre-requirement
Android SDK level 16 (4.1) and above.
- Setup dependencies
// optional: include in root project's build.gradle
ext {
toroVersion = '2.1.0'
}
// include in your module (app or library)
// include only core Toro library
compile "im.ene.toro2:toro:${toroVersion}"
// include extension for ExoPlayer v2 (Toro is included already)
compile "im.ene.toro2:toro-ext-exoplayer2:${toroVersion}"
// include extension for ExoPlayer v1 (Toro is included already)
compile "im.ene.toro2:toro-ext-exoplayer:${toroVersion}"
// include extension for Legacy MediaPlayer (Toro is included already)
compile "im.ene.toro2:oro-ext-mediaplayer:${toroVersion}"
// include Toro extended helper (Toro and ExoPlayer v2 extension is included already)
compile "im.ene.toro2:toro-extended:${toroVersion}"
- Starter Guide