-1

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

2 Answers2

1

You can use YouTubePlayerView or YouTubePlayerFragment to play a video within your application.

Nick
  • 11,475
  • 1
  • 36
  • 47
1

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.

Community
  • 1
  • 1
Jay Snayder
  • 4,298
  • 4
  • 27
  • 53