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
Asked
Active
Viewed 2.1k times
11
-
post your code here.. – Md Abdul Gafur Feb 05 '14 at 06:52
-
http://stackoverflow.com/questions/17055740/how-can-i-produce-an-effect-similar-to-the-ios-7-blur-view – sjain Feb 05 '14 at 07:00
-
possible answer http://stackoverflow.com/a/26270218/185022 – AZ_ Oct 09 '14 at 04:15
3 Answers
10
Check out these android library:

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.
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