I am creating an android application (like: KBC - Kaun Banega Carorpati), in which i want to add background music and sound file.
I was used shared preference for saving the user's choice whether he/she want to play music or not.
I added sound files for different events and it works fine.
And now i want to add some background music that can play throughout the application (in all activities) and also in some activities i want to pause the background music.
How i can achieve this ?