I have a view which has some transparent area. Through the transparent area , I can see the view below it, now I want the view I see trough transparent area become blur. I have found some code to make a bitmap blur but how can I get the bitmap of what I'm seeing trough transparent area?
I found the buildDrawingCache
function of View but do not know how to use it.