Guys, how can I get view object for a specific col...
# compose
b
Guys, how can I get view object for a specific column or row or box? can anyone help me on this. Thanks advance.
z
What's your use case for needing this?
b
I have to send a one column UI as a image. Use case:- I have a share button in my screen, once click on share button I have to send a image of the screen to other apps ( like what's app)
z
j
how 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).
b
How can I take a screenshot for complete scrollable screen, it is posible? In jetpack compose.