Reputation: 146
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?
Upvotes: 3
Views: 513
Reputation: 8831
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.
Upvotes: 0