Our SDK can't be inline with app's code, is there a way to retrieve UI tree info without app developer manually add code snippets to capture the "Component Tree" data without using the Layout Inspector tool?
Asked
Active
Viewed 333 times
1 Answers
0
Checkout Radiography on GitHub. Its capable of generating the compose tree in runtime. They do that by accessing non-public methods of the compose tooling library.

Dishonered
- 8,449
- 9
- 37
- 50