Skip to content Skip to sidebar Skip to footer
Showing posts with the label Soundpool

App Stops Working When I Call A Second Activity With Nav Drawer From Nav Drawer Click

Okay so I want to have the navigation drawer available to use from all activities. I am creating a … Read more App Stops Working When I Call A Second Activity With Nav Drawer From Nav Drawer Click

How To Make Random Sound When Button Click?

So i have 4 sound here, i was use SoundPool sound1 = soundPool.load(this, R.raw.aww, 1); … Read more How To Make Random Sound When Button Click?

Play Sound With Soundpool

I need to play a short sound in my application. I wrote the following code but I have no sound and … Read more Play Sound With Soundpool

Android Audio Programming Nightmare - Soundpool, Audiotrack Arrghh?

I've built a simple music sequencer Android app that plays multiple audio files. Originally I w… Read more Android Audio Programming Nightmare - Soundpool, Audiotrack Arrghh?