Provides sample apps for the Brightcove Player SDK and Plugins for Android
View the Project on GitHub BrightcoveOS/android-player-samples
Plays audio-only assets with a media-style background playback notification, so audio and its transport controls keep working when the app is in the background. Layers on:
| File | Responsibility |
|---|---|
MainActivity.java |
Loads the playlist via Catalog, wires the shuffle and repeat controls, and attaches the background playback notification. |
VideoListAdapter.java |
RecyclerView adapter listing the tracks; a tap switches the playing track. |
See the Playback README for shared setup and requirements.