Skip to content Skip to sidebar Skip to footer
Showing posts with the label Media Player

How To Play A Video File From Sd Card

I want to play a video file on android emulator that I have stored in sd card. This is my code.. pu… Read more How To Play A Video File From Sd Card

Problems With Media Player

Alright so, I am making sound application for android and there is a slight problem. I made my app … Read more Problems With Media Player

Black Screen When Returning To Video Playback Activity In Android

I'm currently developing the android application ServeStream and I've encountered and probl… Read more Black Screen When Returning To Video Playback Activity In Android

Mediaplayer Error -2147483648 When Playing File On Internal Storage

I'm using the Audio Capture sample on android.com to record and play back audio on actual devic… Read more Mediaplayer Error -2147483648 When Playing File On Internal Storage

Android Media Player Returns Illegalstateexception

I have following code to play small audio files private void playVoice() { if (mPlayVoice != … Read more Android Media Player Returns Illegalstateexception

Context Inside A Runnable

I try to play a sound from R.raw. inside a Thread/Runnable But I can't get this to work. new R… Read more Context Inside A Runnable