About AnndBlur²
A brief test application for implementing background blur effect for Android using android.support.v8 RenderScript support library. Or Glass Effect in iOS7 terminology.
Application isn't fully optimised but may give some ideas how to improve the implementation. Namely, one might want to reduce unnecessary blur draw calls in case nothing has changed in the view background. Also DrawerLayout causes some headache when it draws it's left/right child views :(
You can find full source code on GitHub for further inspection:
http://github.com/harism/android_anndblur
Thank yous:
- Stack Blur Algorithm by Mario Klingemann
- Background image Nicolas Pomepuy https://github.com/PomepuyN/BlurEffectForAndroidDesign
- Application icon by someone on the Internet
by R####:
Nice work