https://github.com/thepalaceproject/android-audiobook-demo
https://github.com/thepalaceproject/android-audiobook-demo
android audiobook demo mobile
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepalaceproject/android-audiobook-demo
- Owner: ThePalaceProject
- Created: 2021-06-24T14:47:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T14:49:24.000Z (almost 5 years ago)
- Last Synced: 2025-07-23T04:44:34.299Z (11 months ago)
- Topics: android, audiobook, demo, mobile
- Language: Kotlin
- Homepage:
- Size: 639 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## org.nypl.audiobook.demo.android
### Building
The application pulls an audiobook manifest from one of a set of
selectable URIs. The application includes a set of built-in URIs
pointing to various example books around the internet, and also
supports providing a default URI at compile-time to test a specific
book. The default URI must be specified at compile-time by defining
it in your `local.properties` file:
```bash
$ cat local.properties
feed.borrow_uri = http://qa.circulation.librarysimplified.org/NYNYPL/works/abcdef/fulfill/1
```
If you don't have an NYPL account, you can specify the URL of the
manifest for any "open access" audio book.
Then, compile the code:
```bash
$ ./gradlew clean assembleDebug
```
### Findaway Support
If you wish to compile in support for the Findaway Audio Engine, enable the following
in your local `gradle.properties` file:
```
org.nypl.audiobook.demo.with_findaway = true
```