I have a WebView that is loading a page from the Internet. I want to show a ProgressBar until the loading is complete.
WebView
ProgressBar
How do I listen for
Use setWebViewClient() and override onPageFinished()