hey all. what do you think about reusing the same ...
# android
d
hey all. what do you think about reusing the same
Paint
object while calling
paint.setColor()
while drawing several things on same Canvas? Will this have potential performance problems and I should better use multiple paint objects instead or it's fine? P.S. Not doing anything fancy (yet?) like changing Paint's alpha... only color.