Stay organized with collections
Save and categorize content based on your preferences.
Jetpack Glance is a framework built on top of the Jetpack Compose runtime
that lets you develop and design app widgets using Kotlin APIs. App widgets
are miniature application views that can be embedded in other applications and
receive periodic updates.
Figure 1. An information widget from a weather app.
Glance provides a set of composables to help you build responsive widgets for
the home screen quickly and with less code. The pages in this doc set describe
how to use Glance to build app widgets.
Additional resources
For more information on canonical layouts visit Canonical widget layouts.
For more information on making your widget high quality and discoverable,
see Widget quality.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-13 UTC."],[],[],null,["# Jetpack Glance is a framework built on top of the [Jetpack Compose runtime](/jetpack/androidx/releases/compose-runtime)\nthat lets you develop and design app widgets using Kotlin APIs. *App widgets*\nare miniature application views that can be embedded in other applications and\nreceive periodic updates.\n**Figure 1.** An information widget from a weather app.\n\nGlance provides a set of composables to help you build responsive widgets for\nthe home screen quickly and with less code. The pages in this doc set describe\nhow to use Glance to build app widgets.\n| **Note:** Jetpack Glance is in active development. File any issues on the [issue\n| tracker](https://b.corp.google.com/issues/new?component=1097239&template=1611667).\n\nAdditional resources\n--------------------\n\nFor more information on canonical layouts visit [Canonical widget layouts](/design/ui/mobile/guides/widgets/layouts).\nFor more information on making your widget high quality and discoverable,\nsee [Widget quality](/docs/quality-guidelines/widget-quality).\n| **Caution:** Glance requires Compose to be enabled and depends on Runtime, Graphics, and Unit [UI Compose layers](/develop/ui/compose/layering), but it's *not directly interoperable* with other existing Jetpack Compose UI elements. Avoid mixing the two."]]