I want to make a drawing panel with android. What I am doint right now is that I have to re-draw every existing lines and the new line, so it makes my app working slowly when there're too many lines on canvas. Is there any possible ways that I can actually add some new points to the canvas without the other points disappearing?
Thank you.