Android Media
- Android Play Local / Web Audio With ProgressBar Example
Show how to play audio file and show it’s progress in android. The audio file can be local file or a web file located by url. - Android Play Audio File In Background Service Example
Shows how to invoke and control background service from activity via ServiceConnection class to bind them together. - Android Play Video File From Local SD Card / Web Example
Tell you how to use VideoView widget to play, pause, continue, replay and stop local sd card saved video file or web video file use url. - How To Make Android VideoView Seekto Method Consistent
Use FFMpeg to make video file key frame more consistent and use MediaPlayer.OnSeekCompleteListener to play video after seekto method complete.