Hi rigrig,
Yes, I tried your smessages app and liked it! I thought it was improvement over the standard messages, but still not quite exactly what I wanted. It did give me the nudge I needed to try and make my own.
I like your ideas, and different apps handling message events sounds like a good idea. The reason I've gone for Bangle.on('notification' style events was simply so you don't need an app called messages. Would messages become a new class of app, like clock or keyboard?
Though now I look at the different classes of app, there is a notify class. That sounds more like what I'm making, so I will convert my notification app into a proper notification library.
I've not been keeping up with fast app switching, it sounds promising!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi rigrig,
Yes, I tried your smessages app and liked it! I thought it was improvement over the standard messages, but still not quite exactly what I wanted. It did give me the nudge I needed to try and make my own.
I like your ideas, and different apps handling
message
events sounds like a good idea. The reason I've gone forBangle.on('notification'
style events was simply so you don't need an app called messages. Would messages become a new class of app, like clock or keyboard?Though now I look at the different classes of app, there is a
notify
class. That sounds more like what I'm making, so I will convert my notification app into a proper notification library.I've not been keeping up with fast app switching, it sounds promising!