I am trying to develop an app similar to paint app.
I want allow user to perform redo or undo operations over canvas
.
I searched a lot, but dint find any example that explains about redo
and undo operations for Circle, Rectangle etc.
most of the tutorials explain redo and undo for Line.
Any help will be appreciated.