How to blur an image(png) and then load it to image view using setBackgroundResource(R.drawable.*). It must work on API > 10
I have found some solutions, but i don't know how to take image from @drawable and load it to imageview
Thanks in advance...