martinsumera
06/30/2021, 9:21 AMshowLayoutBounds is supported within compose but it is integrated deep inside the UI core. I wonder if it is possible to create something like this on my own without tampering with the core. For example, by some modifier which adds some behavior to all subsequent composables.Adam Powell
06/30/2021, 2:16 PMAdam Powell
06/30/2021, 2:17 PMAdam Powell
06/30/2021, 2:19 PMAdam Powell
06/30/2021, 2:19 PMAdam Powell
06/30/2021, 2:20 PMmartinsumera
06/30/2021, 7:19 PMShow view updates that would show some color indication that Component was recomposed? It would be useful for performance improvements.Adam Powell
06/30/2021, 7:25 PMAdam Powell
06/30/2021, 7:26 PM@Composable fun is often not 1-1 with an on-screen layout element, so definitively visualizing those is an interesting question. I could see flashing blocks of code in the editor as opposed to the visual elements in the actual app UI, for example