iPhone 앱에서 Google 문서 도구를 통합 할 방법을 찾고 있습니다. 기본적으로 스프레드 시트에 글을 쓰고 싶습니다. 휴대 전화 용 Google API 페이지 (http://code.google.com/intl/fr-FR/mobile/more/#google-all)에서 확인했는데 찾을 수 없었습니다. 구글 워드 프로세서에 연결하는 방법. Google
이것은 스프레드 시트를 만드는 방법입니다. DocsService client= new DocsService ("idea");
client.useSsl();
client.setOAuthCredentials (oauthParameters, new OAuthHmacSha1Signer());
DocumentListEntry newEntry= new com.