Can we watch youtube video in android app? I mean if we have link to video on youtube, can we play it in VideoView or another widget? Any ideas about it?
You can Use webview to do so. Here is the screen shot of of what it look like with webview :-
if this is what you want to achieve you can get sample app from here :- https://github.com/hiteshsahu/Android-Universal-Web-Content-Loader
It support both portrait & landscape mode.