Hello here 👋.
I’m investigating how to
get a view tree from a ✏️
screen, in an efficient manner.
I have tried to use
Radiography from Square, but it uses
composer.compositionData.asTree()
, which is too slow for my needs (500ms for a simple view).
There is also Semantics, used by Talkback, it seems lighter, but is not used for every composable/Group, especially for custom views.
I talked a bit about my problem with a person from Google at Android Makers this monday (sorry I don’t remember your name, maybe
@Clara Bayarri) and I will be happy to continue the discussion here.
Is there an efficient solution that can be found by using SlotTables/Group directly?
I will buy the book
Jetpack Compose Internals to go further but any help to move faster will be welcome, thank you 🤓.