Is there any way to save layout snapshot now? New ...
# android
s
Is there any way to save layout snapshot now? New layout inspector barely works, lags and resets view. Or do you use some third party layout analysers?
z
We use Radiography. It outputs text, not a fancy interactive inspector, but if you just need to see what’s going on with your views it’s helpful. It also supports Compose. https://github.com/square/radiography
s
Thanks, interesting solution 👍