Skip to main content

Demo Apps

iOS

RadioPlayer

This player consists of a single screen that lets a user toggle between 2-3 music stations. At the top of the screen is a tabbed selector, with a station name in each tab. Selecting a tab sets the active music station and begins music playback. Playback controls are available at the bottom of the screen.

Music stations may have an image associated with them, so when the user changes to a different station, the on-screen image changes as well. The demo player assumes the background images are loaded from remote URLs, which are provided to the client as station metadata.

The iOS implementation can be found here

RadioPlayer 2

This player consists of two screens: one is a grid of music stations available for playback, and the other displays a single music station and playback controls.

The iOS implementation can be found here

Swift demo

A newer demo app with a station list and player screen written in swift Swift-demo

Android

RadioPlayer

The Android implementation of radioplayer is located at Radioplayer

RadioPlayer 2

The Android implementation of radioplayer 2 is located at Radioplayer-2

JS SDK

A sample jsbin

A Sample React player

Chromecast

A chromecast demo can be found at chromecast-demo

Airplay

An example of how to implement Airplay can be found at Airplay