Blur on touch. Android application
问题 I am trying to make an application in which the part of the image user touched on the android app gets blurred. Requirement is like, I should be able to take a snap and then slide over my finger over the points which I need to blur out. Is there any easy way for it. Can I somehow use transparent paint with opacity to accomplish it? Thanks 回答1: Seems the issue should be solved using RenderScript. However, seems that it supports only bitmap blur, so we might need to cut bitmap before blurring.