If I use
in an opening Sub in Main, (Activity_Create or Activity_Resume), does the State File and its contents remain Global for all Subs thereafter, or does each Sub need to loadStateFile in order to use any saved StateManager variables?
And I assume that any new Activity that is started via StartActivity will have to perform its own loadStateFile if it needs to use any saved StateManager variables ... ?
B4X:
StateManager.loadStateFile
And I assume that any new Activity that is started via StartActivity will have to perform its own loadStateFile if it needs to use any saved StateManager variables ... ?
Last edited: