Android draw with blur
问题 I need do draw on Android's Canvas using Blur effect, it is a very simple feature, I need to draw a circular area, which is blurred (the foreground) and the background transparent, I can do everything with manipulating the colour alpha to do it with custom transparency but I need it to be blurred instead of transparent.. any ideas? 回答1: (For those who are coming back, though this is an old question) On the Paint object which you are using to draw the Color, set paint.setMaskFilter(new