Newer
Older
# Android Integration
This is a very simple helper to call the Stream Server. See the [reference](reference.md) for examples (select the `StreamServerClient.java` example tab).
!!! note
The abstraction level is about on the same as the `HttpRequest.java` of the original TV-Server. The students still have to implement AsyncTask and all the other stuff.
Also the package definition in the first line needs to be updated.
## `StreamServerClient.java`
[Download](/assets/StreamServerClient.java) · [View in GitLab](https://code.fbi.h-da.de/stream-server/stream-server/blob/master/docs/assets/StreamServerClient.java)
<!-- Insert StreamServerClient.java -->
``` java linenums="1"
--8<-- "docs/assets/StreamServerClient.java"