How to make background image effect and round corner imageview in android?
Asked
Active
Viewed 2,071 times
2
-
Follow [this](http://nicolaspomepuy.fr/blur-effect-for-android-design/) for blur effect and [this](https://github.com/lopspower/CircularImageView) for circular imageView. – Tushar Gogna Apr 23 '15 at 09:32
1 Answers
1
i found this page for blurring : http://shaikhhamadali.blogspot.in/2013/07/gaussian-blur-imagebitmap-in-imageview.html and for cicular image How to create a circular ImageView in Android?