A simple Android music player that plays audio files from a selected folder.
- Browse and select folders using Android's Storage Access Framework
- Play MP3, WAV, OGG, FLAC, M4A, and other common audio formats
- Playback controls: play/pause, previous/next track, volume up/down
- Shuffle mode with auto-scroll to current track
- Seek bar for track position
- Now Playing view with current track info
Download the latest APK from the Releases page and install it on your Android device. See INSTALLATION.md for detailed instructions on how to sideload the app.
./gradlew assembleDebug- Kotlin
- Jetpack Compose with Material 3
- Android MediaPlayer API
- ViewModel with StateFlow
see:
