Android Gaussian Blur use RenderScript demo
- The idea from App Blurone -创作毛玻璃效果壁纸.
- You just learn RenderScript to complete the App.
- If you want to support Android
2.2+
, please look RenderScript in the Android Support Library. - Download the support library and source, use
Android SDK Manager
download Android SDK Build-tools18.1.0
. - Do
Gaussian Blur
, can use ScriptIntrinsicBlur, and you also want to learn this page. - If you look
RenderScript
source, some advanced below.