Under the hood, is the composed hierarchy just rep...
# compose
s
Under the hood, is the composed hierarchy just represented flat via canvas paint?
r
It’s just a hierarchy of views?
r
I guess that probably depends on how far "under the hood" you plan on going. Ultimately, that is the fate of all graphics... 🤔
r
@ribesg Compose doesn't uses Views
s
🙂 I meant in terms of using Android's hierarchy viewer
🙂 1
r
@romainguy I didn’t realize that. It’s huge. But will that make debugging UI much harder?
r
Why? There's nothing special about views
We can make the tools understand Compose too
👍 13