11

I want to have frost glass effect in android (commonly available in ios) see the image, i applied gaussian blur effect using code, but didn't getting the desired result, Please help

enter image description here

kadhirvel
  • 470
  • 1
  • 4
  • 17

3 Answers3

10

Check out these android library:

https://github.com/kikoso/android-stackblur

https://github.com/PomepuyN/BlurEffectForAndroidDesign

Madhur Ahuja
  • 22,211
  • 14
  • 71
  • 124
  • Your second link https://github.com/PomepuyN/BlurEffectForAndroidDesign works well, but my listview bubbles donot go behind frost glass, as i shown in image in my question, anyways thanks – kadhirvel Feb 05 '14 at 10:01
2

have you tried this library it is working same as ios7 blur effect

This library doesn't exist anymore.

Miha_x64
  • 5,973
  • 1
  • 41
  • 63
Maulik.J
  • 636
  • 1
  • 6
  • 14
2

Does this help ? http://latest-tutorial.com/2013/10/07/blur-mask-filter-bitmap-android/

I'm also in the hunt for a similar result , hope to test it out soon

Adit
  • 105
  • 8
  • i am not looking for blur mask... i was looking glass frost effect like in ios 7 – kadhirvel Feb 05 '14 at 10:04
  • novice to as to how glass is achieved , i tried this , i took a image blur'd it in my Photoshop and then added this png to a root layout , then added one more layout with android:background="#aa000000" to get a blackish glass overlay effect transparent – Adit Feb 05 '14 at 10:35