I have a weird question, how would it be possible or is it possible to write something or use some software that can show me all the screens of an app? I would run it for example and it would open and screenshot (or log) all the possible screens that exist in the project
😶 1
l
Landry Norris
02/25/2022, 3:06 PM
I would use the monkey runner for this. You can automate clicks and take screenshots. Alternatively, you can create a gallery module of some kind.
o
oday
02/25/2022, 3:44 PM
yea i was thinking with bash to get all .kt files that have Activity in them and adb run them, but not all activities have xml to show, and most load fragments, and most need extras, not so simple
oday
02/25/2022, 3:44 PM
because my idea was i want to get an overview of the entire project without knowing what’s inside, so i dont want to use ui-automator either