A bit of a newbie question, but is there a "correct" way to use the Application.storage values???
One could either add code to the a initialize functions and copy the values to a (global) var. Or just call the .getvalue in the onUpdate function. Either when needed or copy the data to a local var at first.
I have data that only updates once a day and is needed both in the glance and main view onUpdate. As well as a few settings that's updated view the menu and used throughout the onUpdate.
Are there any speed or memory considerations to be aware of. Or is either way just fine?
Thanks.