Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有兴趣向我的应用程序添加功能以读取和写入谷歌文档电子表格。
我见过其他 Android 应用程序这样做,但我无法弄清楚如何在我自己的应用程序中实现此功能。
任何你能给我的至少让我开始的信息将不胜感激。
在阅读了 Google docs api 之后。
阅读本文:适用于android的 Java android 客户端 api
然后看一下将文档上传到谷歌文档的示例。
您可以从Google Docs api开始。看起来它可以让您创建、编辑、查看文档。