Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 881 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 881 Bytes

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