An open API service indexing awesome lists of open source software.

https://github.com/buzzfeed/buzzfeed-devfest-conference-2016


https://github.com/buzzfeed/buzzfeed-devfest-conference-2016

Last synced: 6 months ago
JSON representation

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.

![DevFestMN 2016 Example](sample_screenshot.png)

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.