In my app I have a backup screen for the data I have in the app.
I work with an ObjectBox, and I have a button that generates a .zip backup file with .mdb files and another button where I can select this file to load the backup into the app.
However, this method is somewhat flawed, what I want to know are other ways to do this, how could I backup my app data?
Waiting for a different idea