I need to save arrays of integer in my app for undo and redo.
https://www.b4x.com/android/forum/threads/b4x-class-undomanager.73019/#content
i use the custom type (Type UndoData (pixels() As Int)) But this doesnt work. (This method does not support arrays of primitives.)
Is there another way to use the undomanager class with arrays of integer?
greetings
https://www.b4x.com/android/forum/threads/b4x-class-undomanager.73019/#content
i use the custom type (Type UndoData (pixels() As Int)) But this doesnt work. (This method does not support arrays of primitives.)
Is there another way to use the undomanager class with arrays of integer?
greetings