How can we play YouTube embeded code in an Android application using webview?
Check out the following SO post: How to embed a YouTube clip in a WebView on Android
Try the following code which may help you. I just framed it for your reference
myWebView = (WebView) findViewById( R.id.webview_compontent );
String playVideo= "Youtube video ..
Refer the following link for how to use Webview: http://developer.android.com/reference/android/webkit/WebView.html