[ Web Proxy ]
URL:
Viewing: http://developer.android.com/develop/ui/compose/glance [Back]  [Original]

Jetpack Glance  |  Jetpack Compose  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]

Jetpack Glance 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.

An information widget from a weather app. [An information widget from a weather app.] 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 with less code. The pages in this documentation set describe how to use Glance to build app widgets.

Note: Jetpack Glance is in active development. File any issues on the issue tracker.

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.

Caution: Glance requires Compose to be enabled and depends on Runtime, Graphics, and Unit UI Compose layers, but it's not directly interoperable with other existing Jetpack Compose UI elements. Avoid mixing the two.
Glance setup

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 2026-08-10 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 2026-08-10 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page