Top "Android-mediaplayer" questions

MediaPlayer class can be used to control playback of audio/video files and streams in Android devices

Range selector / range seekbar to trim video including thumbnails

I am looking for a library or open source project that provides UI for trimming videos as you see in …

android android-mediaplayer android-seekbar video-editing video-thumbnails
listing album in android

I am developing a simple audio player in android. I want to list the album's in the device. I tried …

android-mediaplayer mediastore albumart
Get path of song from SD card in android

In my android application I want to fetch song from SD card but I am not able to get the …

android media-player android-mediaplayer android-sdcard android-sdk-2.1
How to get duration of Audio Stream and continue audio streaming from any point

Description: I have following code for an Audio player. I can continue Audio playback from any duration by clicking on …

android audio-streaming android-mediaplayer
Playing multiple songs with MediaPlayer at the same time: only one is really playing

I need help with playing multiple audio tracks at the same time in Android. I am supposed to play three …

android multithreading audio xamarin android-mediaplayer
Get the mediaPlayer of the videoView in Android

Is it possible to get a reference to the mediaPlayer instance that the videoView is using, preferably right inside its …

android android-mediaplayer android-videoview
Android WebView Playing HTML5/h.264/mp4 Video, How to get at the MediaPlayer

I have an Activity which is a WebView. I have a WebChromeClient inside it. Inside that, there are several callbacks …

java android webview android-mediaplayer webchromeclient
Handler.postDelayed(...) does not delay the Runnable

i've implemented an OnCompletionListener by myself which looks like this: public class SongEndCompletionListener implements OnCompletionListener{ String nextView; Context actualActivity; int …

android android-mediaplayer runnable android-handler postdelayed
How to Pause and Resume Audio recording in android

I am developing an audio recording application using MediaRecorder class. I have the following requirement: 1.When a pause button is …

android audio android-mediaplayer resume
How to play audio continuously while orientation changes in Android?

I'm new to Android and I have to create MediaPlayer for playing the audio music. When start my activity song …

android audio android-mediaplayer