WebView: A View that displays web pages.
1. Add the below import to the imports section.
import android.webkit.WebView;
2. Add the below line in the onCreate method, another method, or declare as a class variable.
WebView myWebView;
3. Compile and run!
Next Recommended Article: How to Instantiate a WebView
Resources: http://developer.android.com/reference/android/webkit/WebView.html
www.codeofaninja.com/2011/07/android-alertdialog-example.html