I\'m using SeekBar in my application and when user seeks it should reset teh chronometer apporpriately.
I would like to add sound to an animation that I have created. Everytime the animation starts, supposedly a sound has to start as well, but I can\'t manage to start the sound.
I am new in android and I have another (simple?) p开发者_开发技巧roblem. I don\'t know how to stop Media Player. This is my simple code:
E/MediaPlayer(20473): error (-19, 0) I/MyApp(20473): Decoding lala.mp3 I/StagefrightPlayer(68): setDataSource(\'mypath\')
Simple question: I\'m using MediaPlayer开发者_运维百科 to play mp3 files (they play just fine), but also i need support for WMA files. I know some devices support it, but not all of them, but i want
I\'m trying used mediaplay play http or rtsp protocol uri from server, when I play the address as http://**.wma or *.mp3 ,it can working,but I tryed played the address as
I\'m trying to record the users voice and play it back onClick of a button but I\'m getting a "WARN/System.err(25236): java.io.IOException: Prepare failed.: status=0x1".
I built an app using Intent.ACTION_MEDIA_BUTTON to control the current media play, but a customer reported it wasn\'t working with their Samsung music player. Does anyone know if the Samsung media pla
I couldn\'t find any good application for streaming MP3s from a URL that can run in the background that meets my requirements so I decided to write one myself. It turns out its incredibly easy to stre
I\'m trying to stream 1.5-4 hour audio files from a URL. I have my service run when a link to an mp3 file is clicked in the browser and I use this code to play it: