Hi 👋,
I am new to glance. Are there any examples for
Tiles
?
I would like to implement my watch tile with glance but there are no
Chips
atm, right?
And the
Button
is a rectangle by default? I somehow do not see any benefit for replacing the
horologist
Service and Renderer currently... 🤔
b
bbade_
10/20/2022, 8:47 PM
Re examples: the easiest way to see the samples would be to check out the glance code and then navigate to glance/glance-wear-tiles/integration-tests/demos
Re Chips: We don't support these currently. Best option is to write your own using a column with a background image and some Texts.
Re Button: The button design is an issue that we are aware of.
Re horologist. Glance is still in alpha. If Horologist has features that we lack, feel free to file a bug requesting the functionality
hope this helps!
t
trashcoder
10/20/2022, 9:47 PM
Wow, thanks a lot for all the informations and for taking your time to address all my questions/concerns!
I will have a look at the demos tomorrow!