Sheetal Suryan
Sheetal Suryan

Reputation: 495

how to create custom video player with all controls

is any library is there for to play you-tube video as well as mp4 files, video player should contains all controls like play,pause,stop seek-to, get-frame, and video streaming etc. or can any one tell me how to create the same.

please help me. thanks in advance..

Upvotes: 1

Views: 10193

Answers (1)

Mathew Kurian
Mathew Kurian

Reputation: 6039

As Pandy said, use the MediaPlayer. Just drag it in from your eclipse UI editor and then work on it as you would anything else in android such textviews, etc.

Take a look at the dev guide for more info MediaPlayer

Upvotes: 1

Related Questions