https://github.com/buzzfeed/buzzfeed-devfest-conference-2016
https://github.com/buzzfeed/buzzfeed-devfest-conference-2016
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buzzfeed/buzzfeed-devfest-conference-2016
- Owner: buzzfeed
- Created: 2016-01-21T23:03:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T05:14:33.000Z (about 10 years ago)
- Last Synced: 2025-01-08T22:43:12.763Z (over 1 year ago)
- Language: Java
- Size: 21.4 MB
- Stars: 2
- Watchers: 213
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
buzzfeed-devfest-conference-2016
======
A sample Android app which showcases Google's ExoPlayer library.
The ExoPlayer wrapper in this sample primarily demonstrates HLS adaptive video playback using a
TextureView.

Additional Resources
---------
* Google's ExoPlayer Demo - http://github.com/google/ExoPlayer
* Grafika (Experimental) - https://github.com/google/grafika
Libraries
---------
* ExoPlayer (1.5.5) - http://github.com/google/ExoPlayer
* ButterKnife - http://jakewharton.github.io/butterknife
* Timber - http://github.com/JakeWharton/timber
Android Studio
--------------
* If you do not have Android Studio installed, get it here -- http://developer.android.com/sdk/index.html.
* This project requires SDK level 23, and Build Tools version 23.x.x.
* Android Studio is quite good at suggesting solutions for missing SDKs and Plugins.
* If you need to add/update SDKs, go to Android Studio's pulldown for Tools -> Android -> SDK Manager, then select Launch Stand Alone SDK Manager.