Skip to content

Music Player Application is an implementation of android foreground service to play music from device seamlessly

Notifications You must be signed in to change notification settings

mohitsingh35/MusicPlayer

Repository files navigation

Music Player 🎶 | Android Foreground Service

Music Player is an Android application to stream music from a device, it is a very fine usage of foreground service where we need apps up all the time. This app is made by keeping clean architecture as first and foremost priority, I have used MVVM architecture, which separates business logic from ui due to which I am effectively able to handle the music state and effortlessly communicate between different fragments.

Download the test APK from here 👇

Features

  1. Load .mp3 from device.
  2. Mark songs as favorites.
  3. Resume songs from the last left timestamp.
  4. Song progress in the notification panel with music playback controls.
  5. Background music playback support.
  6. Seek to a timestamp.
  7. Play / Pause and Previous / Next track.
  8. State is preserved upon configuration changes.


About

Music Player Application is an implementation of android foreground service to play music from device seamlessly

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages