How to play a sound simultaneously using SoundPool for a specific period of time
问题 I am working with an android media application for that i want play a sound file simultaneously for a specific period of time. So i've created a Class and i am using SoundPool and Thread concepts inside this class to play the sound but when i run my application it is going to an ANR state and showing a warning in log-cat sample 2130968576 not READY anyone please help me to fix this... Class package com.kodspider.funk; import android.content.Context; import android.media.AudioManager; import