I've got a label that I initialize in my main layout screen, however since adding a splash screen, I get a 'label should be initialised first' error when I try set it to something on Activty_Resume.
This is obviously happening when the splash screen is up and the main screen doesn't exist yet. So how can I check that the layout to what that label belongs, is in fact loaded up before I set the label text?
I know I'm going to kick myself when I hear the answer!
Thanks.
This is obviously happening when the splash screen is up and the main screen doesn't exist yet. So how can I check that the layout to what that label belongs, is in fact loaded up before I set the label text?
I know I'm going to kick myself when I hear the answer!
Thanks.