简体   繁体   English

使用Google文档导出/导入/同步iPhone数据应用程序-从哪里开始?

[英]Export/import/sync iphone data app with Google Docs - where to begin?

I have an app which saves some data on a sqlite DB. 我有一个可在sqlite DB上保存一些数据的应用程序。 Basically, I have some notes (textual data) with other info associated with them (tags, date, etc.). 基本上,我有一些注释(文本数据)以及与它们相关的其他信息(标签,日期等)。

I would export/import these data to/from a Google Docs account or sync them with it. 我会将这些数据导出到Google Docs帐户/从Google Docs帐户导入数据,或与之同步。 Where to begin? 从哪里开始? Have you some suggestions/links? 您有什么建议/链接吗?

Moreover, is there a way to hold these relations between a note with its other attributes? 而且,有没有办法保持笔记与其他属性之间的这些关系? Maybe with xml? 也许与XML?

Thank you, 谢谢,

Fran 弗兰

There are few thing I would do 我几乎不会做

See some tutorials or code for SQLite, Web Service, Google API's 查看有关SQLite,Web服务,Google API的一些教程或代码

Design Server and Local database to support for the Sync. 设计服务器和本地数据库以支持同步。

Check Google API's and integration with iPhone SDK some tutorial 检查Google API并与iPhone SDK集成一些教程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM