You are reading a single comment by @Micha_home and its replies.
Click here to read the full conversation.
-
I think I was talking to the author via GitHub last week (I can't find the conversation now). But they added the apps inside the single clock because they didn't like the way it took around 1 second to switch apps and they wanted to load them faster by loading without going through Bangle.js.
FYI: We talked about those loading times, but that was about the calendar (and soon music control) feature of Clockcal
Eep - I didn't know that. They shouldn't be in the app really - info files are created by the app loader, and having them uploaded by the app may break things in the app loader itself.
I think I was talking to the author via GitHub last week (I can't find the conversation now). But they added the apps inside the single clock because they didn't like the way it took around 1 second to switch apps and they wanted to load them faster by loading without going through Bangle.js.
However looking at the code, that's exactly what they are doing (using
load
) so there is absolutely no reason why they couldn't all be separate apps - the load time is identical.