Open source VideoPlayer / AudioPlayer / MediaPlayer GUI / UI resource available?

Posted by steff on Stack Overflow See other posts from Stack Overflow or by steff
Published on 2010-03-24T11:59:32Z Indexed on 2010/03/24 12:03 UTC
Read the original article Hit count: 299

Hi,

I'm looking for a user interface for a MediaPlayer which should be able to play video as well as audio files.
Furthermore it needs the following things (nothing fancy):

  • TextView for playing time
  • Progress Bar for progress visulization
  • Play/Pause/Stop buttons
  • NO playlist functionality required, the player will only play a single item (that's why I don't need next/previous buttons).

It sounds pretty much like the standard audio-player of Android >= 2.0. Sure, I could try to find its source code but that would require to tediously check out the entire source. I'm just asking for a more efficient way.

Thanks in advance,
steff

© Stack Overflow or respective owner

Related posts about android

Related posts about mediaplayer