Skip to content

Instantly share code, notes, and snippets.

@ch8n
Last active October 16, 2021 11:25
Show Gist options
  • Save ch8n/1e3ee191916787b691aafb0f2c11c897 to your computer and use it in GitHub Desktop.
Save ch8n/1e3ee191916787b691aafb0f2c11c897 to your computer and use it in GitHub Desktop.
val snapShot = CaptureBitmap {
//.. wite composable you want to capture
// it would be visible on view as well
}
// Caution : needs to be done on click action
// ui must be visible/laid out before calling this
val bitmap = snapShot.invoke()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment