Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grishka/mediarouter-v14

A fork of Google's mediarouter library that doesn't depend on appcompat.
https://github.com/grishka/mediarouter-v14

Last synced: 7 days ago
JSON representation

A fork of Google's mediarouter library that doesn't depend on appcompat.

Awesome Lists containing this project

README

        

This is a fork of Google's mediarouter-v7 compatibility library modified not to depend on the appcompat library and to work with Android's native ActionBar, Fragments, etc. directly.

### Usage
Add this to your main project as a library project and use just as you would use the original mediarouter-v7. Primarily intended for Chromecast but might also work for other use cases.

### License
It's a part of AOSP so it's licensed under Apache 2.0.

The original source can be found [here](https://android.googlesource.com/platform/frameworks/support/+/master/v7/mediarouter/).