PrepAway - Latest Free Exam Questions & Answers

Which of the following sets the entire Activity window as a WebView?

Which of the following sets the entire Activity window as a WebView?

PrepAway - Latest Free Exam Questions & Answers

A.
WebView webview = new WebView(this);
webview.setAsWindow;

B.
setContentView(R.layout.webview);

C.
WebView webview = new WebView(this);
setContentView(webview);

D.
setContentView(“http://www.androidatc.com”);

3 Comments on “Which of the following sets the entire Activity window as a WebView?


Leave a Reply

Your email address will not be published. Required fields are marked *