LoginSignup
2
2

More than 3 years have passed since last update.

データバックアップ

Posted at

データバックアップの実装方法の参考サイト

Androidアプリのデータバックアップは下記の2通りあるらしい。

・Key-Valueバックアップ(Android Backup Service)
・Android自動バックアップ

実装で参考にしたサイトは下記のとおり。

■公式サイト
https://developer.android.com/guide/topics/data/backup

■Key-Valueバックアップ(Android Backup Service)
https://toconakis.tech/key-valuebackup/
https://www.atmarkit.co.jp/ait/articles/1307/18/news026.html

■Android自動バックアップ
https://toconakis.tech/androidautobackup/

■FileBackupHelperでSQLiteのデータベースファイルをバックアップする
https://esmasui.hatenadiary.org/entry/20130502/1367511982

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2