ScrollView is a layout container that allows its child views to be larger than the physical display by providing scrolling. It contains a single child view in a vertical LinearLayout by default. ListView should not be used as a child of ScrollView as it defeats optimizations. Horizontal scrolling is supported by HorizontalScrollView.
WebView displays web pages using the WebKit rendering engine. It requires the INTERNET permission. URLs can be loaded using loadUrl() and HTML can be loaded using loadData(). By default, JavaScript is disabled and errors are ignored. It is best to invoke the browser using an Intent if a full browser experience is needed rather than just displaying HTML.
WebView is useful for displaying information like terms of