Android Audiobook Player Sample App
This sample app shows you how to implement an audiobook player using the Colibrio Reader Framework.
It is based on the latest available 4.0.0 version of the framework, which enables support for background audio playback.
The sample app shows how to:
Set up the
ColibrioMediaService
.Load W3C Audiobooks packaged as LPF files.
Load EPUB with Media Overlays books.
Use the
ColibrioAudioPlayer
to control playback and media session metadata and commands.
Setup and getting started instructions can be found in the README.md
file.
Audience
Android developers.
Prerequisites
Android Studio
Access to Colibrio Reader Framework for Android.
You need a basic understanding of modern Android development concepts, such as:
Not included
Credentials, such as a License API Key. This is provided to you by Colibrio when you get access to the framework.
Full code example
https://bitbucket.org/colibrio/colibrio-android-samples/src/main/AudioSample/