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

Nullpointerexception While Using Android's Mediaplayer

I have two button and it will play a sound to notify about right choice, or wrong one. This is how… Read more Nullpointerexception While Using Android's Mediaplayer

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

Live Streaming Through Mediaplayer In Android

How can I stream an online URL using MediaPlayer? Solution 1: Basically, you need to do the fol… Read more Live Streaming Through Mediaplayer In Android

Audio Streaming In Android With The MediPlayer Class

I'm testing the audio streaming in Android with the MediPlayer class. I want to develop an appl… Read more Audio Streaming In Android With The MediPlayer Class

Using Android MediaPlayer Object For Multiple DataSources, Use Of Release();

I have several raw sound files that I want to play using the MediaPlayer class in the android API, … Read more Using Android MediaPlayer Object For Multiple DataSources, Use Of Release();