Hi, is the wear os swimming sample from Monday key...
# compose-wear
f
Hi, is the wear os swimming sample from Monday keynote available somewhere? Thanks!
k
Hi Florent, we don’t plan to open-source the demo from keynote. The UI is based on what we have in Compose for Wear OS codelab: https://developer.android.com/codelabs/compose-for-wear-os and for Wear Health Services (WHS) examples check out https://github.com/android/health-samples. There is an ongoing work to migrate health samples to Compose, ETA is Q4.
There are some visual improvements in Compose for Wear OS 1.1, codelab will migrate to this version soon 🙂
f
ok thanks, I did that one yesterday. While I am here I also did that one https://developer.android.com/codelabs/wear-tiles and it seems that it is out of date for the
CoroutinesTileService
that is now named
SuspendingTileService
. Also it would have been nice to talk about Glance as a possible alternative even though it seems to still be in a very early stage. Too bad the app swimming app isn't released I wanted to try it out in real condition this afternoon 😄
k
@Ataul Munim can advise on Tiles
a
Thanks for trying the Tiles codelab and the feedback! If you have other feedback for it, happy to take it in another thread, DM or on the bug tracker. +1 the wrapping service has since been renamed - is it because you updated the version in the codelab to the latest that you noticed it? Or is the existing version in the codelab already renamed? I'll be doing an update pass on the codelab after ADS London so these should be fixed soon 👍 re: Glance - Glance for Tiles is significantly limited compared to Tiles Material, so we don't recommend using it in production. If/when that changes, we will revisit.