Hierarchy
When reading code, I wanted a tool that could nicely display the Call Stack that I wanted to explain. Anyway, Jetpack Compose is fun!
I found a tool called public.icon that can represent hierarchical structures in plain text. It allows me to visualize the Call Stack in a convenient way. I came across it while reading code and it's been really helpful.
I also came across a https://civichat.gyazo.com/cc0a30c1f4c2e3f1289f1733d2c4149f tweet by new_runnable that caught my attention. It provides some insights on Jetpack Compose and its features. I found it interesting and informative.
If you're interested, you can check out the tweet here: September 18, 2021