Android music player - Play while minimized

I can’t figure out how to make my Android app keep playing when in the background.

I have found many similar topics but haven’t got a proper answer to this:

Is it possible to make a music player kind of Android app, that plays the music on the background when the application is minimized (ie. by using home button)

I have tried making some “Entered background” delegate stuff, but nothing really seems to work, im streaming music from a internet radio to the app and the music always stops when minimized.