I am trying to build a simple app that on first run (or cleared data) prompts the user to set a URL. This then is saved and directs the WebView to that URL.
I have created the app using a static URL, but can't figure out the setting of it out.
The webview is based on this: https://developer.android.com/reference/android/webkit/WebView.html just with some tweaks to get it to display in landscape.