Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.06 KB

AndroidGaussianBlur

Android Gaussian Blur use RenderScript demo

Info

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