An open API service indexing awesome lists of open source software.

https://github.com/khushi130404/mediaplayer

Media Player is a simple and interactive Android application built using Java in Android Studio. It allows users to play and pause songs, select music files from their device, and view song details along with album art. The app also includes a progress bar to display the song duration and a notification service.
https://github.com/khushi130404/mediaplayer

android-studio java junit notification-service

Last synced: about 1 month ago
JSON representation

Media Player is a simple and interactive Android application built using Java in Android Studio. It allows users to play and pause songs, select music files from their device, and view song details along with album art. The app also includes a progress bar to display the song duration and a notification service.

Awesome Lists containing this project

README

          

# Media Player

Media Player is a simple and interactive Android application built using Java in Android Studio. It allows users to play and pause songs, select music files from their device, and view song details along with album art. The app also includes a progress bar to display the song duration and a notification service for background playback.

## Features

- Play/Pause Songs: Easily control music playback with a single tap.

- Song Selection: Choose songs from your device, displaying their name and album image.

- Progress Bar: Visual representation of song progress with duration.

- Notification Service: Controls and song details appear in the notification panel while playing

## Installation

1. Clone the repository or download the project.

2. Open the project in Android Studio.

3. Build and run the app on an emulator or physical device.

## Technologies Used

- Java (Android Development)

- MediaPlayer API (For audio playback)

- Notification Manager (For background playback controls)