ruudschouten / Peruse

Application to track your reading time, and calculate how long you'd take for another chapter
GNU General Public License v3.0
0 stars 0 forks source link

Add a way to backup and restore #21

Closed ruudschouten closed 3 years ago

ruudschouten commented 3 years ago

This could probably use a custom appbar, which has a button to go to settings, which has various options for backing up and restoring data.

ruudschouten commented 3 years ago

Try out this method: https://androidexplained.github.io/android/room/2020/10/03/room-backup-restore.html

ruudschouten commented 3 years ago

If the method above doesn't work, check this one out: https://medium.com/dwarsoft/how-to-provide-backup-restore-feature-for-room-database-in-android-d87f111d9c64

ruudschouten commented 3 years ago

Added in #29