You normally don't add the YouTube player into your application, you call an 
ACTION_VIEW intent on a YouTube URL.

Intent iVisitSite = new Intent( Intent.ACTION_VIEW, Uri.parse( 
YOUTUBE_URL_HERE ) );
startActivity( iVisitSite );

I think some people have tried to get it to work in a WebView, but you'd 
have to Google search that.

Steven
Studio LFP
http://www.studio-lfp.com


On Thursday, October 13, 2011 5:28:19 AM UTC-5, Muthu S wrote:
>
> Hi all 
>
>         If anybody knows how to integrate the youtube player in 
> android app.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to