mirror of
https://github.com/devgianlu/librespot-android.git
synced 2026-04-25 21:35:49 +03:00
A demo app that runs librespot-java on Android
|
|
||
|---|---|---|
| app | ||
| gradle/wrapper | ||
| librespot-android-decoder | ||
| librespot-android-decoder-tremolo | ||
| librespot-android-sink | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
librespot-android
This is a demo application to demonstrate that it is possible to run librespot-java on an Android device. The app provides basic functionalities to login and then to play a custom URI, pause/resume, skip next and previous, but all features could be implemented.
This repo also contains some useful modules that contain Android-compatible sinks and decoders that you might want to use in your app.