How to download a composable ? I want to download ...
# compose
b
How to download a composable ? I want to download a composable ui , I want to hide a buttons when download and save it to gallery
w
what's the meaning of 'download composable'? If you want to add a @Composable to you code, just copy the code to your project.
2
s
If you meant rendering composable into a bitmap then you can do that by using Capturable.
b
Do capturable capture the view that is not visible ?