I can't seem to use data that is in an EditText box.
I have one activity for entering a url and a submit button.
When the user clicks submit, a new activity opens as a WebView and should display the url that the user typed in the EditText box.
This should be the simplest of tasks but I can't find how to do it anywhere...