Sample Integrations

Explore the StreamLayer Android SDK demo app. Clone the sample project, configure your SDK API Key, and run a working integration on your device.

Sample Integrations

To demonstrate the SDK functionality, StreamLayer provides a sample app that includes basic video player functionality and a simple interface for switching video channels. This is not an exhaustive sample — treat it as a starting point for your own integration.

You can review the source code and run it on your device:

  1. Clone the repository from the branch demo-app.
  2. Replace the SDK_KEY in build.gradle with your own (see Settings for how to obtain your SDK API Key).
  3. Build and run the project.

Important: For connecting to the server, demo applications require the demo API key provided during your onboarding process.

For more details, follow our integration guides or contact us at [email protected].


Related