https://github.com/kardbord/jams-music-app
A basic music player for Android.
https://github.com/kardbord/jams-music-app
Last synced: 7 months ago
JSON representation
A basic music player for Android.
- Host: GitHub
- URL: https://github.com/kardbord/jams-music-app
- Owner: Kardbord
- Created: 2017-12-13T01:43:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T20:11:50.000Z (over 6 years ago)
- Last Synced: 2025-01-24T22:12:21.907Z (9 months ago)
- Language: Java
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jams!
Jams is a music app written for Android. The project was begun for a Mobile Application Development class.
## Current Features
* Filter music by artist, album, or song
* Play a selected song
* Pause and play the current song at any time via notification bar
* Skip to next song or previous song at any time via notification bar
* Current song will pause if another app requests audio control
* Song will resume once control is relinquished
* Albums will repeat on completion, as will all songs
* No, you can't turn this off as of yet. It's a feature. :)## Backlog
* Audio scrubbing
* Ability to create and modify playlists
* Songs in an album will be sorted in the way the artist intended rather than alphabetically
* Toggle shuffle play for an artist, album, playlist, or all songs
* Toggle repeat for an artist, album, playlist, or song
* Improved UI functionality and design
* More to come