Skip to content

darkwhite220/DynamicBlurEffect

Repository files navigation

Dynamic Blur Effect

A simple poject demostrating Dynamic Blur Effect with backward compatiblity.

Straight to the code

Steps:

  • Redirect parent composable drawing into Android Picture. you need androidx.compose.ui:ui-graphics:1.6.0-alpha01

  • Create a Bitmap from Picture

  • Blur the bitmap.

untitled.webm

Learning resource