Is there a way to initialize a Fragment fully, without showing it immediately?
I have a WebView in a Fragment, but I don't want to show the Fragment until the WebView is done loading a URL. However, it seems like I'm not actually able to initialize the Fragment without displaying it?