Justin Tullgren
04/01/2021, 11:31 PMjefbit
04/01/2021, 11:32 PMAlejandro Rios
04/01/2021, 11:55 PMAdam Powell
04/01/2021, 11:59 PMJustin Tullgren
04/02/2021, 1:38 PMAdam Powell
04/02/2021, 1:41 PMJustin Tullgren
04/02/2021, 1:42 PMAdam Powell
04/02/2021, 1:46 PMJustin Tullgren
04/02/2021, 1:54 PMJustin Tullgren
04/02/2021, 1:55 PMAdam Powell
04/02/2021, 1:56 PMJustin Tullgren
04/02/2021, 1:56 PMJustin Tullgren
04/02/2021, 1:57 PMAdam Powell
04/02/2021, 1:57 PMAdam Powell
04/02/2021, 1:57 PMAdam Powell
04/02/2021, 1:58 PMAdam Powell
04/02/2021, 2:00 PMJustin Tullgren
04/02/2021, 2:01 PMAdam Powell
04/02/2021, 2:04 PMJustin Tullgren
04/02/2021, 2:10 PMJustin Tullgren
04/02/2021, 2:11 PMexposing a lot of implementation details of third-party components and expressing those private implementation details to you as if they were a stable public API.
Justin Tullgren
04/02/2021, 2:12 PMJustin Tullgren
04/02/2021, 2:14 PMJustin Tullgren
04/02/2021, 2:16 PMJustin Tullgren
04/02/2021, 2:17 PMAdam Powell
04/02/2021, 2:23 PMJustin Tullgren
04/02/2021, 2:26 PMJustin Tullgren
04/02/2021, 2:27 PMAdam Powell
04/02/2021, 2:28 PMAdam Powell
04/02/2021, 2:30 PMJustin Tullgren
04/02/2021, 2:31 PMAdam Powell
04/02/2021, 2:32 PMModifier
that tracks the presence and position of an element on screenJustin Tullgren
04/02/2021, 2:33 PMI imagine it would be extraordinarily brittle and subject to breakages on minor version updates of any other library involved as other things changeWhat other libraries are you thinking of? I would only need to "weave" a composable into any App composable at compile time
Justin Tullgren
04/02/2021, 2:33 PMif you're looking to track the visibility of elements you can write a Modifier that tracks the presence and position of an element on screenrequires first party developer support to integrate it into all of their composables. Not scaleable or easy to do after an app has been developed
Adam Powell
04/02/2021, 2:39 PMJustin Tullgren
04/02/2021, 2:42 PM@Composable
fun myChatComposable() {
// during compile insert SDK composable here
//...rest of myChatComposable
}
Justin Tullgren
04/02/2021, 2:43 PMAdam Powell
04/02/2021, 2:49 PMAdam Powell
04/02/2021, 2:51 PMAdam Powell
04/02/2021, 2:54 PMJustin Tullgren
04/02/2021, 2:55 PMJustin Tullgren
04/02/2021, 2:55 PMAdam Powell
04/02/2021, 2:57 PMJustin Tullgren
04/02/2021, 2:59 PMJustin Tullgren
04/02/2021, 3:00 PMAdam Powell
04/02/2021, 3:06 PMJustin Tullgren
04/02/2021, 3:27 PM