Knowing if the loading of a sound with SoundPool has been successful on Android 1.6/2.0/2.1
On Android 2.2+ there is something called SoundPool.OnLoadCompleteListener allowing to know whether a sound has been loaded successfully or not. I am targeting lower API version (ideally 1.6 but could go for 2.1) and I need to know whether a sound has been loaded correctly (as it is selected by the user). What's the proper way to do it? I hope not load the sound once with MediaPlayer and if correct with SoundPool?! I implemented a kind-of-compatible OnLoadCompleteListener class that works at least for Android 2.1. The constructor takes a SoundPool object, and sounds for which the SoundPool