Skip to content

Instantly share code, notes, and snippets.

@vitoksmile
Created February 11, 2025 17:57
Show Gist options
  • Select an option

  • Save vitoksmile/456d462be20a6a22685f8aebfbcbc0b8 to your computer and use it in GitHub Desktop.

Select an option

Save vitoksmile/456d462be20a6a22685f8aebfbcbc0b8 to your computer and use it in GitHub Desktop.
ComposeHints
@Composable
fun AppContent() {
HintOverlay {
MaterialTheme {
Scaffold {
// My app content
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment