what would be the best way to play music in the background?
should i use a service for that?
what kind of service?
how to show the player button outside the app?
A might have misunderstood your question, but I built what turned out to be an excellent MP3 player by taking the well known background location tracking example and replacing the GPS functions with a MediaPlayer.
I'm struggling to create a background task using Tracker as a guide. I have a simple music player that we like but of course it stops when the screen goes off. Where should my Process Globals/Globals and all subs go? Particularly what happens to what was Activity_Create ?