What should be done in Application's initialize and what in onStart?
What about View's initialize vs onLayout?
I'd like to cache some things, and I wonder where should I put these things (and why):
- capabilities:
mHasStress = Toybox has :SensorHistory && Toybox.SensorHistory has :getBodyBatteryHistory;
- strings, resources, fonts:
mMyString = WatchUi.loadResource(Rez.Strings.DateTimeFormat);
- properties:
mMyProp = getProperty("foo");