Kanta is a simple android music player that uses the mediaplayer service.
Screenshots can be found on my website: https://www.arcalder.uk/android-app-dev-kanta
- Play music by album, artist or song
- Add music to a song queue
- Uses a crap tonne of fragments, so good as a working example
Currently you will have to build the APK from source, this may change at some point.
If you are having any issues, please let me know.
The project is licensed under the "I've not researched these enough to know" license.
Built for api 27 - likely will not work with lower versions.
- If fragment of same type is already open do not open another - DONE
- Setup Content Provider - DONE
- Handle rotation properly - DONE
- Maintain playset through queries
- Add/move/remove songs from queue - DONE