I am using a service to run a background music for the whole application.
The service stars an Async task to play the audio file.
For activities in which there is no animation, the music is running good.
but for activities which have animations the music keeps on breaking or could say running slow (I hope I am able to express).
I don’t understand what is the problem because everything is running fine except for the audio only in those particular screen
Is this because I’m using emulator and in real device it will work?
or is there a way to get this done in emulator to.
thank you for answering.
Two things that solved this problem