Is compose compatible with android wear?
# compose
v
Is compose compatible with android wear?
b
I haven’t explicitly tried it, but it should work just fine! Just use a
ComposeView
and it’ll all look the same from Wear’s point of view.
v
Got it. Thanks.