Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/grishka/mediarouter-v14
- Owner: grishka
- Created: 2014-07-26T15:27:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T15:45:49.000Z (over 10 years ago)
- Last Synced: 2024-10-14T01:14:54.717Z (22 days ago)
- Language: Java
- Size: 832 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).