iammert / RadioPlayerService

Android service library which uses AAC Player. Ready to use Radio Player Service.
254 stars 90 forks source link

Stop radio from another activity #21

Closed nestorbonilla closed 4 months ago

nestorbonilla commented 8 years ago

Hello I would like to know if you have had this issue and how did you solve it.

Currently I have a station detail activity and since it I play a radio station, but if i back and select another radio and play it then another stream is created and I can't stop the previous one.

What I though was the solution is create a gobal object of the RadioManager at the Application class and work with one single radiomanager object in the entire app, but surprisingly it also doesn't work.

Any comment or suggestion is welcome.

Best regards