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