Skip to content

Instantly share code, notes, and snippets.

View marcelpinto's full-sized avatar

Marcel Pintó Biescas marcelpinto

View GitHub Profile
/**
* Copyright 2022 Google LLC.
* SPDX-License-Identifier: Apache-2.0
*/
@OptIn(ExperimentalGlanceRemoteViewsApi::class)
@Preview
@Composable
fun SampleGlanceWidgetPreview() {
// The size of the widget
@marcelpinto
marcelpinto / ImageGlanceWidget.kt
Created November 8, 2022 11:36
ImageGlanceWidget using recomposition + coil
// Copyright 2022 Google LLC.
// SPDX-License-Identifier: Apache-2.0
import android.content.Context
import android.graphics.Bitmap
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember