Updated 22 December 2016
In this blog,
We have shown you how to add the progress dialog while the Webview loads the URL.
Webview: A View that displays web pages. This class is the basis upon which you can roll your own web browser or simply display some online content within your Activity.
It uses the WebKit rendering engine to display web pages and includes methods to navigate forward and backward through a history, zoom in and out, perform text searches and more.
Webview client,
If you got an error “Activity has leaked window that was originally added”
>> Maybe You’re trying to show a Dialog after you’ve exited an Activity.
So simply call the dismiss() on the Dialog you created in before exiting your Activity, e.g. in onPause() or onDestroy()
Source: developer.android.com/
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
how to use process bar