I am making an App which does certain processing for 5 seconds and then giving a result.
During that time I want to apply some Animation and play some sound to avoid user to sit idle watching whats happening.
I have applied the Animation and need some help in how to play sound for that particular time.
I have one sound file for 5 seconds.
Any ideas are very welcomed.
Try reading the documentation of:
http://developer.android.com/reference/android/media/SoundPool.html
This handles playing sounds on the OS.