Frost glass effect in android

android

Solution

Check out these android library:

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

https://github.com/PomepuyN/BlurEffectForAndroidDesign

Problem

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

Original source

Related problems