As much as I am looking for, the EditText
component does not integrate a Undo changes system, I would like to implement a system Undo/Redo
ie Deshacer/Rehacer
Or do you know a component that derives from EditText
of Android but has a system of Undo/Redo
or only Undo
?
Update Something I found by Github on the subject.
But I do not understand how it is implemented, I need a basic example