0

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.

vikram raj
  • 37
  • 8

1 Answers1

2

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?

http://nicolaspomepuy.fr/blur-effect-for-android-design/

Android, how to blur/glass/frost current activity

Community
  • 1
  • 1
Remees M Syde
  • 2,564
  • 1
  • 19
  • 42