Hi,
I am working on a datafield and am interested in loading a lot of data from settings / properties. In particular I am focused on implementing this datafield using two strategies: (1) loading numerous float values, or (2) loading fewer strings containing float values, which I would parse afterwards. But then I also get to asking myself how long can those strings get?
Are there restrictions to the size of settings you can push to the watch? I looked in some of the documentation but couldn't find anything. Once again, I am curious about the overall size of settings, and also about the size of strings in settings.
My guess is that the max size of the string, and the max size of the settings, all depends upon the amount of memory available to the watch. Anyone have any clearer idea?