Skip to content

Instantly share code, notes, and snippets.

@husaynhakeem
Created January 18, 2022 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save husaynhakeem/7bfc913dc6c1b2a1f12994b62c0a731c to your computer and use it in GitHub Desktop.
Save husaynhakeem/7bfc913dc6c1b2a1f12994b62c0a731c to your computer and use it in GitHub Desktop.
class HelloWorldWidget : GlanceAppWidget() {
@Composable
override fun Content() {
Text(text = "Hello world!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment