I want to build a obj to draw a realtime graph but I have performance limitations size of graph is static.
in repaint the graph I can redraw all the needed line. I have other way that save the graph on bitmap memory and each time copy it on the screen which way is better? what is faster copy bitmap or draw lines?