Tóth István Zoltán
12/20/2021, 1:19 PMAkif Abasov [JB]
12/20/2021, 1:25 PMBig Chungus
12/20/2021, 1:36 PMTóth István Zoltán
12/20/2021, 1:40 PMBig Chungus
12/20/2021, 1:41 PMTóth István Zoltán
12/20/2021, 1:41 PMTóth István Zoltán
12/20/2021, 1:42 PMTóth István Zoltán
12/20/2021, 1:43 PMBig Chungus
12/20/2021, 1:44 PMTóth István Zoltán
12/20/2021, 1:45 PMTóth István Zoltán
12/20/2021, 1:45 PMshikasd
12/20/2021, 1:51 PMBig Chungus
12/20/2021, 1:51 PMCasey Brooks
12/20/2021, 11:03 PMabstract
classes!), annotating property getter functions, interfaces, etc. It's all the same to Compose.
Now the question of what Compose does with classes: absolutely nothing. You can use them purely for your own code organization, but Compose isn't going to call callbacks/render functions or anything automatically on them. They're purely a tool for you to better manage the web of @Composable
function calls that a large app is going to create, but it's up to you to actually wire the two up.Tóth István Zoltán
12/21/2021, 12:13 AM