This Android app is a project I started to help myself learn more about Android and Java development.
- The app displays and sorts the music files based on their metadata.
- After a file is finished playing the next sequential file will be played, unless the shuffle setting is turned on.
- The shuffle setting can be toggled via the
Shuffle::ON
orShuffle::OFF
setting in the action bar. - Pressing the
Next
button in the lower right corner will cause the current file that is playing, if any, to stop and the next file to play. If no file is playing, theNext
button does nothing. - A playing file can be pause and resumed by pressing the
Play/Pause
button in the bottom center. If no file is playing, thePlay/Pause
button does nothing. - Playback of a file will continue if the app is not in the foreground.
- The
Previous
button has not been implemented.
- Implement
Previous
button. - Add lock screen widget.