0

I am realizing my own media player am using ffmpeg for decoding and libjnigraphics(Bitmap,SurfaceView,...) for rendering.

I got it working now i want to get an attractive UI i want to display play/pause/stop/next buttons in the bottom of my screen with circular buttons etc like in the actual video players available in the market and in the following picture
enter image description here How a similar UI is realized in android ?

I searched a lot over the net but i didn't find anything interesting

I would be thankfull if someone gives me tips about making similar UI

Hadj Ali Oussama
  • 784
  • 2
  • 8
  • 29

1 Answers1

1

If I understand what you're trying to do you should take a look at this answer here:

Android: How to create video player?

by Commonsware and also to his sample application Vidtry.

Hope this helps. :)

Community
  • 1
  • 1
Enrichman
  • 11,157
  • 11
  • 67
  • 101
  • 1
    i've already did all this work correctly what i want is tips for attractive ui similar to the one in the picture – Hadj Ali Oussama May 20 '13 at 14:53
  • Uh, I didn't see the picture because I'm behind a company proxy. Btw they're just Button, so I think you have to "style" them through xml with background or something like that. :) – Enrichman May 20 '13 at 15:20