We just launched Compose Examples featuring over 150+ components! Check it out →

Jetpack Compose library

Jetpack Glance

"Jetpack Glance" is a utility library that enhances Android app usability by providing quick access to key information and actions directly from the device's lock screen or notification shade. It aims to improve user engagement and convenience through streamlined interactions

Installation

dependencies {
  implementation("androidx.glance:glance-appwidget:1.1.1")
}

Components in Jetpack Glance

Jetpack Glance contains 14 Jetpack Compose components:

AndroidRemoteViews
CheckBox
CircleIconButton
CircularProgressIndicator
FilledButton
LazyColumn
LazyVerticalGrid
LinearProgressIndicator
OutlineButton
RadioButton
Scaffold
SquareIconButton
Switch
TitleBar
by @alexstyl