I am new in android development. I want to make blur background layout. I read some blog but I didn't get that I want.
I want to make layout like this: http://postimg.org/image/azjkgbl3l/
Suggest me some blogs or how to do this.
Thank you.
I am new in android development. I want to make blur background layout. I read some blog but I didn't get that I want.
I want to make layout like this: http://postimg.org/image/azjkgbl3l/
Suggest me some blogs or how to do this.
Thank you.
There are some ways to do this,For API < 14
, you could use the flag WindowManager.LayoutParams.FLAG_BLUR_BEHIND
, but it's been deprecated and built-in blurring is no longer supported on higher APIs.So you can create a blurred bitmap and set it as background for the page. Refer the following links for more details.
Blur effect like in the app Etsy?