Skip to content

Instantly share code, notes, and snippets.

View MahdiPorkar-github's full-sized avatar

Mahdi Porkar MahdiPorkar-github

View GitHub Profile
@nielsvanvelzen
nielsvanvelzen / DreamServiceCompat.kt
Last active April 25, 2025 07:46
Extension to DreamService to allow usage of Jetpack Compose inside
import android.service.dreams.DreamService
import androidx.annotation.CallSuper
import androidx.compose.runtime.Composable
import androidx.compose.ui.platform.ComposeView
import androidx.compose.ui.platform.ViewCompositionStrategy
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.LifecycleRegistry
import androidx.lifecycle.ViewModelStore
import androidx.lifecycle.ViewModelStoreOwner
import androidx.lifecycle.setViewTreeLifecycleOwner