From this great explanation about the differences between WebViewClient and WebChromeClient it seems that if you use one, you shouldn't be using the other (for the same WebView object).
Is my understanding correct?
If not, when would one use both WebViewClient and WebChromeClient for the same WebView object?
Is there an example of a situation where only use both WebViewClient and WebChromeClient for the same WebView object would accomplish a certain goal?