Store Room Database in Google Drive App Folder?

Viewed 1525

I'm not yet familiar with Room and Google Drive API and I would like to know if it's possible to create a Room database and store it in the hidden Google Drive App folder for sync across devices. If anyone implemented something similar, a short example would be great. Thanks!

Edit:

What about using LiveData to observe when something changes in the Room database and then trigger a sync to Google Drive?

1 Answers
Related