My app begins by loading a webpage as a WebView on onCreate. Should I extend this into a new thread since it may hang for a bit? Or at least a way to show that the page is still loading. It will display as white for a few seconds occasionally.
Also, is there a way to prevent the page from reloading on orientation change?