Good Morning. It appears I am somewhat lost. I’m currently trying to develop a watch face. I’m currently trying both Web and Native, and admittedly, this would be my first Tizen Project. However, I’m lost in which version of Tizen I should pick.
To give a bit of context, I designed a Watchface prior in Watchmaker. (I can provide a link if desired) But sadly, I noticed a few issues. So I decided I would remake said watchface as a Tizen watchface instead. I’m a halfway in design on the web version, but after seeing some presentations I noticed it takes significantly more resources than a native or C# app, and for something such as a watchface, one of the goals for me was to consume as little power as possible. So I started a native version, and I’ll be toying with that soon.
Now where I’m a bit stuck is, for the Native API, the Calendar access (which is sadly not available in the watch designer program) appears to be available on Tizen 5.5 but not on 4.0. I personally own an Watch Active 2, which is running Tizen 4.0.0.7 (or the R820XXU1BTD3 update), as a newcomer I’m assuming this is just Tizen 4. Please do correct me if I’m incorrect.
Edit; I’m seeking the Calendar access because I would like to display the event data (Name, Start & End time)
That being said. Is the Web Application format resource heavy even in a watchface? Or should I move to C# or Native?
Thank you in advance.