A very fast and dynamic blur layout for Android
Here is the demo video:
https://github.com/medivh397/BlurView/blob/main/demo1.mp4
All you need to do is put the BlurLayout into your layout files. BlurLayout is a view container, just like a FrameLayout...
<com.medivh.blurview.core.BlurLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
//put any view here if you need, like LinearLaout, TextView, ImageView and so on.
</com.medivh.blurview.core.BlurLayout>