1. 자바로 되어 있으나 여기가 도움 많이 됨
Implementing backup and restore feature of SQLite Database to comply with Scoped Storage Android 11
package com.abc.def; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.os.Environm
fastbikri.com
2.여긴 도움이 되는지 모르겠지만 일단 봐둘 필요는 있음
https://androidexplained.github.io/android/room/2020/10/03/room-backup-restore.html
Room Database - Backup & Restore Features
Not that long ago I wanted to implement Backup & Restore features in my new application called Notably Notepad. I thought such basic features will be well-documented and supported - I mean every app containing a database would want to allow the user to mov
androidexplained.github.io
3.룸 db 백업 복원 라이브러리인데 내 프로젝트에서는 이 라이브러리
쓰면 에러나서 사용은 못했지만 사용가능했다면 쉽게 가능했을듯
https://github.com/rafi0101/Android-Room-Database-Backup
GitHub - rafi0101/Android-Room-Database-Backup: Simple tool to backup and restore your room database in Android
Simple tool to backup and restore your room database in Android - GitHub - rafi0101/Android-Room-Database-Backup: Simple tool to backup and restore your room database in Android
github.com
'코틀린' 카테고리의 다른 글
코틀린 (maven) 셀레니움 selenium (0) | 2022.10.27 |
---|---|
알립앱 공부중 막히던 smallicon 드디어 해결! (0) | 2022.04.14 |
앱에서 TTS 설정창 띄우기 안드로이드 코틀린 (0) | 2021.06.15 |
안드로이드 코틀린 mpandroidchart markerview (0) | 2021.05.30 |
안드로이드 코틀린 mpandroidchart 원형차트 외부 선으로 표시 (0) | 2021.05.30 |