0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00
zapp/README.md

33 lines
2.1 KiB
Markdown
Raw Normal View History

![ZAPP](app/src/main/play/de-DE/listing/featureGraphic/funktionsgrafik.jpg)
2016-09-16 12:10:36 +02:00
2016-10-13 17:26:49 +02:00
1. [About](#about)
2017-08-05 16:34:43 +02:00
2. [FAQ](app/src/main/res/raw/faq.markdown)
2016-10-13 17:26:49 +02:00
3. [Libraries Example](#libraries)
## About
2017-07-26 20:43:25 +02:00
Zapp gibt dir schnellen Zugang zu vielen deutschen öffentlich-rechtlichen Fernsehsendern. Schaue ARD, ZDF und andere Sender live oder aus der Mediathek. Zapp macht es einfach, schnell zwischen den Sendern zu wechseln.
**Achtung:** Wenn du Zapp außerhalb deutschlands benutzt, können manche Sender wie zum Beispiel ZDF geblockt sein.
2016-09-16 12:10:36 +02:00
2017-03-27 17:20:39 +02:00
<a href="https://f-droid.org/repository/browse/?fdid=de.christinecoenen.code.zapp" target="_blank">
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a>
2017-07-26 20:38:45 +02:00
<img src="app/src/main/play/de-DE/listing/phoneScreenshots/02_live_video.png" width="49%" alt="video screen" /><img src="app/src/main/play/de-DE/listing/phoneScreenshots/06_mediathek_player.png" width="49%" alt="video screen" /><br>
<img src="app/src/main/play/de-DE/listing/phoneScreenshots/01_live.png" width="33%" alt="main screen" /><img src="app/src/main/play/de-DE/listing/phoneScreenshots/04_mediathek_search.png" width="33%" alt="arrange screen" /><img src="app/src/main/play/de-DE/listing/phoneScreenshots/05_mediathek_details.png" width="33%" alt="settings screen" />
2016-10-12 14:15:07 +02:00
---------------------
2016-10-13 17:26:49 +02:00
## Libraries
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
- [Paperboy](https://github.com/porokoro/paperboy) to easily display a nice looking changelog
- [DragListView](https://github.com/woxblom/DragListView) to let you reorder the channel list intuitively
- [Butterknive](https://jakewharton.github.io/butterknife/) to avoid writing a lot of boilerplate code
2017-07-26 20:47:08 +02:00
- [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