https://github.com/johnjohndoe/brockmandemo
Android project to demonstrate the usage of the Brockman Java library.
https://github.com/johnjohndoe/brockmandemo
android brockman c3voc ccc conference java live media streaming video voc
Last synced: about 2 months ago
JSON representation
Android project to demonstrate the usage of the Brockman Java library.
- Host: GitHub
- URL: https://github.com/johnjohndoe/brockmandemo
- Owner: johnjohndoe
- License: apache-2.0
- Created: 2015-12-03T16:03:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T10:43:40.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T05:51:21.547Z (about 1 year ago)
- Topics: android, brockman, c3voc, ccc, conference, java, live, media, streaming, video, voc
- Language: Java
- Homepage:
- Size: 448 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.com/johnjohndoe/BrockmanDemo) [](http://choosealicense.com/licenses/apache-2.0/)
# Brockman demo
Android project to demonstrate the usage of the [Brockman library][brockman-library]

## Usage
There is an **app module** to checkout a working example.
This project contains two product flavors: _dev_ and _live_ which are configured in _app/build.gradle_.
In both flavors a `STREAMING_API_BASE_URL` and a `STREAMING_API_OFFERS_PATH` are configured.
- _dev_: Configures the app to load data from a static file - in case the API is not online
- _live_: Configures the app to load data from the live API of the CCC
### Gradle build
To install the demo application to your device run the following task:
```bash
$ ./gradlew installDebug
```
## Author
* [Tobias Preuss][tobias-preuss]
## License
Copyright 2015 - 2021 Tobias Preuss
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
[brockman-library]: https://github.com/johnjohndoe/Brockman
[tobias-preuss]: https://github.com/johnjohndoe