Has anyone used any particular approach for adding...
# compose
j
Has anyone used any particular approach for adding coach marks when using Compose?
k
I just tried to implement our design system's coach marks yesterday as part of an internal hack day! I started off trying to use a
Popup()
but there wasn't a good way to require a certain size (i.e. it always used the smallest possible width). I pivoted to playing an overlay composable with the
onGloballyPositioned()
modifier to get the anchor position, but I'd ran out of time before getting anywhere.
🎉 1
j
Thanks @KoskiA. This seems like something many people will need so will be interesting to see what patterns/libraries etc emerge to address.
c
Coach marks?
☝️ 1
c
d
I've been working on an implementation of material's tap target circle thing