views:

53

answers:

0

Hello,

A lot of new Android applications I've been seeing are using a noise effect on their backgrounds, usually a gradient. What interesting is that some applications use radiel gradients throughout their application with this effect, which would require a lot of disk space for the images. Now Android has GradientDrawable which can create gradients very easily. I was thinking about creating the noise effect programmatically.

Has anyone else done this before and if so, how did you go about it? Did you just use an image or write your own custom noise overlay?