I need to load a website in the WebView, placed inside an activity. The user should see this website through WebView, then fill a form in the website.
If he fills it correctly the app should get a success flag from the website and show another activity. Otherwise, if the user don't fill the form or fill it incorrectly the page should inform the android app.
How could I get data from website through webview?
Thanks.