Hi,
I want to build a music player that "plays" all mp3 files from a folder.
As all music player user can play, pause, next music etc.
I'm planning to build using:
activity - controls play, pause, next music buttons.
service 1 - It controls the current file running and manage next file and handle activity actions
service 2 - It plays the current file.
Is that a good approach?
Is anyone has some experience on that?
Tks.
I want to build a music player that "plays" all mp3 files from a folder.
As all music player user can play, pause, next music etc.
I'm planning to build using:
activity - controls play, pause, next music buttons.
service 1 - It controls the current file running and manage next file and handle activity actions
service 2 - It plays the current file.
Is that a good approach?
Is anyone has some experience on that?
Tks.