Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mediathekview/zapp
German public broadcasting live streams as an Android app
https://github.com/mediathekview/zapp
android
Last synced: 3 months ago
JSON representation
German public broadcasting live streams as an Android app
- Host: GitHub
- URL: https://github.com/mediathekview/zapp
- Owner: mediathekview
- License: mit
- Created: 2016-09-15T11:48:20.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T11:57:49.000Z (7 months ago)
- Last Synced: 2024-06-17T10:32:36.642Z (5 months ago)
- Topics: android
- Language: Kotlin
- Homepage: https://mediathekview.de/news/zapp/
- Size: 15.6 MB
- Stars: 193
- Watchers: 12
- Forks: 33
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mediathekview/zapp - German public broadcasting live streams as an Android app (android)
README
[![Build and test](https://github.com/mediathekview/zapp/actions/workflows/build.yml/badge.svg)](https://github.com/mediathekview/zapp/actions/workflows/build.yml)
![ZAPP](fastlane/metadata/android/en-US/images/featureGraphic.jpg)
1. [Über](#über)
2. [FAQ](app/src/main/res/raw/faq.md)
3. [Changelog](app/src/main/res/raw/changelog.md)
4. [Bibliotheken](#bibliotheken)---------------------
## Über
Zapp ist Teil von MediathekView und gibt dir einen schnellen Zugang zu vielen deutschen öffentlich-rechtlichen Fernsehsendern. Schaue ARD, ZDF und andere Sender live oder aus der Mediathek.
Features:
- Android-Client für MediathekView
- Live-Streams von über 30 Sendern
- Adaptives Streaming – passend zur Geschwindigkeit deiner Netzwerkverbindung
- Schneller Sender-Wechsel
- Aktuelle Programminformationen
- Sender-Shortcuts für neuere Android-Versionen
- Sendungen aus fast 20 Mediatheken zum Streamen
- Bequeme Sendungssuche in der Mediathek
- Zuschaltbare Untertitel für einige Mediathek-Sendungen
- Teilen-Funktion für Live- und Mediathek-Videos
- Hintergrund-Playback
**Achtung:** Wenn du Zapp außerhalb Deutschlands benutzt, können manche Sender – wie zum Beispiel ZDF – geblockt sein.
---------------------
## Übersetzungen
Zapp wird in Deutsch entwickelt, kann aber über [Transifex](https://www.transifex.com/none-581/zapp-android-app/) in andere Sprachen übersetzt werden. Vorschläge für weitere Sprachen und Helfer beim Übersetzen sind herzlich willkommen!
## Bibliotheken
Zapp uses a lot of awesome open source libraries:
- [JUnit](http://junit.org/junit4/) to test things out
- [Gson](https://github.com/google/gson) to parse the list of channels
- [Commons IO](https://commons.apache.org/proper/commons-io/) for a sane way to handle files on Android
- [DragListView](https://github.com/woxblom/DragListView) to let you reorder the channel list intuitively
- [exo player](https://google.github.io/ExoPlayer/) the better video player
- [Retrofit](https://square.github.io/retrofit/) for easy server api communication
- [Joda time](http://www.joda.org/joda-time/) for sane date and time handling in Java