Solved

Which of the Following Sets the Entire Activity Window as a WebView

Question 167

Multiple Choice

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


A) WebView webview = new WebView(this) ; webview.setAsWindow;
B) setContentView(R.layout.webview) ;
C) setContentView(webview) ;
D) setContentView("http://www.androidatc.com") ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions