Bharath Kandula
10/17/2022, 10:56 AMZun
10/17/2022, 12:13 PMBharath Kandula
10/17/2022, 12:19 PMZun
10/17/2022, 12:21 PMJonas de Faria Alves
10/17/2022, 12:33 PMhow can I get view object for a specific column or row or box?There are no "view objects" in compose to "get". For your use-case, you can set the @Composables you want as a ComposeView's content, and then measure, layout and draw it to a bitmap (which is more or less the approach of the library suggested above).
Bharath Kandula
10/17/2022, 2:32 PM