block / radiography

Text-ray goggles for your Android UI.
Apache License 2.0
856 stars 36 forks source link

Explore exposing InspectorInfo in the rendering/filtering API. #109

Open zach-klippenstein opened 4 years ago

zach-klippenstein commented 4 years ago

There is an effort ongoing right now to add InspectorInfo modifiers to all modifiers that describe their values in a human-readable way for some sort of debugger (presumably the LayoutInspector in Android Studio?). This is exactly the sort of information that could be useful for Radiography to render.

There's an example CL that adds this to a modifier here.

Action items:

Note that even if this does provide a better source of debug data going forward, it will only be available on newer versions of Compose for some time, so Radiography will need to support both for at least a few releases.

pyricau commented 4 years ago

NOICE