I want to know all ways to play video without go to youtube aplication ?
what's the fastest way?
what the advantage or disadvantages if i used yotube-API or in webview
I want to know all ways to play video without go to youtube aplication ?
what's the fastest way?
what the advantage or disadvantages if i used yotube-API or in webview
You can use YouTubePlayerView or YouTubePlayerFragment to play a video within your application.
You can try the following for streaming your YouTube if you'd like.
YouTube streaming within Android
Essentially, all you need to do is load an built-in Activity or present the video in a webview embedded inside your application where you would want it.