"Glance uses Compose Runtime and Compose-like synt...
# compose
c
"Glance uses Compose Runtime and Compose-like syntax, but is an independent framework" 🤔 So we have Compose RT, Compose UI, and now Compose remote view (widget) UI?
👀 1
K 5
j
I'm surprised they didn't call this something awful like Compose Widget to match the rest of the naming blunders. I'm like genuinely excited they just picked an otherwise random name.
😅 2
I'm really curious how they did this. We wrote and abandoned a remote view API built on Compose because we just couldn't get the ergonomics right. Instead we just do a strong view model and ship that to a simple, imperative binder.
âž• 1
r
🤔does it work for remoteview on status bar?