Skip to content

Instantly share code, notes, and snippets.

View jamesjmtaylor's full-sized avatar

James Taylor jamesjmtaylor

View GitHub Profile
@jamesjmtaylor
jamesjmtaylor / CaptureComposable.kt
Last active October 24, 2025 11:28 — forked from iamcalledrob/CaptureComposable.kt
Android headless composable capture
import android.app.Presentation
import android.content.Context
import android.content.Context.DISPLAY_SERVICE
import android.graphics.Bitmap
import android.graphics.Picture
import android.graphics.SurfaceTexture
import android.hardware.display.DisplayManager
import android.view.Display
import android.view.Surface
import android.view.ViewGroup