How to blur some portion of Image in Android?
I am working in a project where I have to show some portion of the image clear and make rest part of the image blur. The blur should be managed by slider. Means it can be increase or decrease. The final result image should look alike below. During my research for this I found below links useful http://blog.neteril.org/blog/2013/08/12/blurring-images-on-android/ https://github.com/kikoso/android-stackblur http://blog.neteril.org/blog/2013/08/12/blurring-images-on-android/ But the issue in above links is they all make complete image blur. Not some part of image. Kindly suggest some solution to