Sunday, December 28, 2014

SoundPoolManager to play sounds in Android Applications

Standard
Hello All:
Sometimes in our applications we want to play sounds in response of some actions performed by the user. In this post I am going to share a SoundPoolManager which load all the sound files in the start of the application and then it can we used to play sounds in the application as and when required.