Irving
11/10/2020, 2:17 AMComposer or LayoutNode? Or what source code do I need to read to get these knowledges? I am very confused and I want to know the principle behind the implementation.jim
11/10/2020, 3:00 AMUiApplierjim
11/10/2020, 3:01 AMComposer and LayoutNode , so you're in the right ballpark.Irving
11/10/2020, 6:25 AMUiApplier and the sample of it. I general understading how composable function becomes LayoutNode.Maybe at the compile time the compose compiler call the emit function in each composable function?Irving
11/10/2020, 6:32 AMComposer, LayoutNode, and UiApplier. I found it is difficult to connect them with composable function.jim
11/10/2020, 8:51 AMjim
11/10/2020, 8:52 AMIrving
11/10/2020, 8:53 AMjim
11/10/2020, 8:55 AMLayout from Layout.ktjim
11/10/2020, 8:56 AMLayoutNode (and possibly UiAdapter too) so you can see where they are called, walk up the call stack, and see the values.Irving
11/10/2020, 9:03 AM