This repository was archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 354
3.08. クラウド同期
hidey edited this page Dec 23, 2014
·
6 revisions
GitHub Pagesへ移行しましたmixi-inc.github.ioへお願いします。
wikiの方はしばらくしたら消していきます
この章では、クラウドとのやりとりを行うための各種フレームワークについて解説します。
参考:Performing Network Operations | Android Developers
参考:Transferring Data Without Draining the Battery | Android Developers
参考:Syncing to the Cloud | Android Developers
参考:Transferring Data Using Sync Adapter | Android Developers
- [SyncAdapter による同期](#SyncAdapter による同期)
- [BackupAgent による同期](#BackupAgent による同期)
SyncAdapter による同期については、2.15. ContentProvider の発展にて解説しています。
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.