Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 892 Bytes

File metadata and controls

33 lines (25 loc) · 892 Bytes

Android Music Player

A simple music player app that lets you play songs from your device storage.

Features

  • Browse and play local music files
  • Playback controls (play/pause, next/previous)
  • Progress bar and time tracking
  • Mini player and full-screen player views

Setup Instructions

  1. Clone the repository

    git clone https://github.com/your-username/musicplayer-android.git
    cd musicplayer-android
  2. Open in Android Studio

    • Launch Android Studio
    • Select "Open" and choose the project folder
    • Wait for Gradle to sync dependencies
  3. Run the app

    • Connect an Android device/emulator (API 21+)
    • Click the Run button (▶)
    • Grant storage permissions when prompted

Notes

  • Requires Android 5.0+
  • Needs storage permission to access music files
  • Basic UI - no album art support