DEV Community

Stephen Muiruri
Stephen Muiruri

Posted on

Draw new Circle with each new Touch Event

0

I have a class that draws a circle at the point where the user touches. However, the circle disappears whenever a new point on the same surface is touched. I would like to keep the circle and draw a new one instead. Here is my current code.

import android.graphics.Canvas
import

Top comments (0)