TampaBayAndroid / Memory

Memory Game application for learning Android techniques
GNU General Public License v2.0
6 stars 3 forks source link

Start sound doesn't play on app start #6

Closed sathisse closed 9 years ago

sathisse commented 9 years ago

When the app is first started, the start sound doesn't play. This is most likely due to the sound not yet being loaded in the SoundPool when the play method is called. We need to add a splash screen or other delaying mechanism to wait for that sound to be loaded before attempting to play it.

sathisse commented 9 years ago

No longer an issue after the addition of a splash screen.