what is the default media player in android?How we can make url to play video in default player of android?
I understand that all Android phones will have the WebKit browser Application. Is there a default Media Player? How we can make wh开发者_JS百科ile clicking in url to play video in default player of android?is there any way to embedded code to play in android device default player?
Android Application SDK has MediaPlayer class for multimedia playback use case. You can directly use this class or can use VdeoView class.
Can refer to VideoView usage here.
Shash
just a note. If it is a Youtube video, the browser as it is already automatically detects that and offers the user to open the video in Youtube, or other video player the user might have installed.
精彩评论