在哪里可以找到适用于 Android 的 Google Docs Data API 客户端?

发布于 2024-12-22 08:53:17 字数 618 浏览 4 评论 0 原文

我已从 google-api-java-client 库>这里

我还下载了 picasa-android-sample

picasa-android-sample 中有一个名为 PicasaClient 的对象,用于登录和访问数据。

我从此处找到了一个DocsClient。 但它看起来不像我可以像 PicasaClient 那样使用的对象。

您能否告诉我在哪里可以找到类似于 DocsClient 的东西,其工作方式类似于 PicasaClient

如果有人能告诉我在哪里可以找到在 Android 上使用 Google Docs 的示例代码,那就更好了。

非常感谢。

I have downloaded google-api-java-client libraries from here .

I also have downloaded picasa-android-sample.

There is an Object called PicasaClient in picasa-android-samplewhich is used to login and access data.

I have found a DocsClient from here.
But it doesn't look like an Object I can use like PicasaClient.

Could you please tell me where I can find something like DocsClient which works like PicasaClient.

Even better if someone can kindly tell me where I can find a sample code for using Google Docs on Android.

Thank you very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深者入戏 2024-12-29 08:53:17

查看我的足迹应用源。它有文档和电子表格行操作示例。源代码本身并不是特别优雅和可重用,但包含一些与 GDoc 通信的有用提示。

Check out My Tracks app source. It has both document and spreadsheet row manipulation example. Source code isn't particularly elegant and reusable per se, but contains some useful hints for communicating with GDocs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文