I want to play YouTube videos in my application. I already tried following code: but this shows a complete action using YouTube but I don't want this. I would like to play videos directly. How can I achieve this?
context.startActivity(new Intent(Intent.ACTION_VIEW,Uri.parse("http://www.youtube.com/watch?v=CUuBdtsQx6U")));