Hello! I am doing some tests in my android application and in a certain activity I intend to put a webview. I would like to monitor the url of this webview, so when the user enters a predetermined url (example: www.google.com) the application performs certain action (example: leave button visible). I did some research related to this but I could not clarify my doubts. I would like to know how I can implement such features for my application.