I\'m writing a canvas app on android and I\'m looking to add shadows, but I\'ve noticed a great slow-down when I add them to my paint object. My code is simple it looks lik
Use an image icon instead of drawing it :)
Yes shadowing is costly.