AnndBlur² APK

AnndBlur²  Icon
   
4.2/5
33 Ratings
Developer
Harism
Current Version
1.0.3
Date Published
File Size
1.6 MB
Package ID
fi.harism.anndblur
Price
$ 0.00
Downloads
100+
Category
Android Apps
Genre
Libraries & Demo

APK Version History

Version
1.0.3 (4)
Architecture
armeabi-v7a,mips,x86
Release Date
August 07, 2015
Requirement
Android 2.2+
  • AnndBlur² Screenshot
  • AnndBlur² Screenshot
  • AnndBlur² Screenshot

About Radio FM 90s

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

What's New in this version

- Hopefully found a fix for Android 4.3

- Minor tweak in scale calculation