Android studio layout inspector should have featur...
# android-studio
j
Android studio layout inspector should have feature to show currently visible activity/fragment(s)/ComposeFunction
yes black 2
c
Interesting, could you elaborate more on how this could work to solve the issue you are seeing?
j
It happens many times that in a big project I'm not sure which activity or fragment or compose component is currently visible. specially if you join new org or work with multi functional team where you're not much aware of their work it actually solves big thing
For ex. if mainActivity is open it'd show name "MainActivity" then all view hierarchy below it like all the views on this screen. similarly for composables too
and it should also navigate me to actual class implementation upon click
c
Has this been considered in the past @Ian Lake ?
j
is there any update on this?