When call second Activity we wanna show a blurred background from the previous page(Activity).
blurred background Activity.
-Using Kotlin , Androidx
-Min support SDK 15( Android 4.03 )
-No permission needed for screenshot (I wont save screenshot)
Screenshots:
//3- blur background of layout:
ViewFilter.getInstance(this)
.setRenderer( BlurRenderer(20))
.applyFilterOnView( root_constraintLayout_mpg, //view
root_constraintLayout_mpg ) //backgroundView (root view)