A simple music player app that lets you play songs from your device storage.
- Browse and play local music files
- Playback controls (play/pause, next/previous)
- Progress bar and time tracking
- Mini player and full-screen player views
-
Clone the repository
git clone https://github.com/your-username/musicplayer-android.git cd musicplayer-android -
Open in Android Studio
- Launch Android Studio
- Select "Open" and choose the project folder
- Wait for Gradle to sync dependencies
-
Run the app
- Connect an Android device/emulator (API 21+)
- Click the Run button (▶)
- Grant storage permissions when prompted
- Requires Android 5.0+
- Needs storage permission to access music files
- Basic UI - no album art support