0

I want to make an android program to play several sounds from the raw folder.And each sound can be controlled by its own play/pause button and the other thing is, this program can run in background also(as a service) How do i do that please some one help me to do this I already tried this but it is not working.Any help would be appreciated...

Community
  • 1
  • 1
Hybrid Developer
  • 2,320
  • 1
  • 34
  • 55

1 Answers1

0

I think it is better to use SoundPool class to manage multiple sounds at the same time.

Hybrid Developer
  • 2,320
  • 1
  • 34
  • 55