I am developing a game application in android. I have designed all the views and implemented all the functionality. Now in the last screen I have to play sounds in android.
Just place the sound file in /res/raw (after creating the folder) and then use MediaPlayer to init, start and then stop playing the sound. MediaPlayer documentation can be found here.