https://kotlinlang.org logo
#android
Title
# android
s

solidogen

01/08/2021, 3:58 PM
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

Zach Klippenstein (he/him) [MOD]

01/08/2021, 5:05 PM
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

solidogen

01/08/2021, 5:09 PM
Thanks, interesting solution 👍