如何开始在谷歌Android日历API [英] how to start with google calendar api in android

查看:141
本文介绍了如何开始在谷歌Android日历API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建为Android将使用谷歌日历API的应用程序。我将创建将被整合到Google日历调度。但是,即时通讯一无所知到我要如何开始。可有人请赐教,并给我怎么会开始的指令?

I'm creating an application for android which will use google calendar api. I will be creating a scheduler which will be integrated to google calendar. However, im clueless to how I am going to start. Can someone please enlighten me and give instructions to how i will start?

推荐答案

我建议,作为第一步,你选择一个Java / Android的API封装库与谷歌日历交互时使用。是的,你可以直接调用他们的API,但你会通过使用一组pre-建包装对象的挫折感相当数量的保存自己。

I'd suggest that as a first step, you choose a Java/Android API wrapper library to use when interacting with Google Calendar. Yes, you can call their API directly but you'll save yourself a fair amount of frustration by using a set of pre-built wrapper objects.

在谷歌日历API使用OAuth认证,如果你以前没有使用过它可以是有点令人生畏。理想情况下,你选择的图书馆应该包括OAuth的方法。

The Google Calendar API uses OAuth authentication, which can be somewhat daunting if you haven't used it before. Ideally, the library you choose should include OAuth methods.

谷歌的OAuth游乐场(<一个href=\"https://developers.google.com/oauthplayground/\">https://developers.google.com/oauthplayground/)是入门与OAuth的过程中的一个有用工具。

Google's OAuth playground (https://developers.google.com/oauthplayground/) is a useful tool for getting started with the OAuth process.

为了简单起见,作为第一步,你可能会考虑只是建立Java应用程序与谷歌日历交互,使您不必担心Android的线程模型,用户界面​​框架等,而你在熟悉了如何使用API​​。

To keep things simple, as a first step you might consider just building a Java app that interacts with Google Calendar so that you don't need to worry about the Android threading model, UI framework, etc., while you're getting familiar with how to use the API.

该Temboo库包含在谷歌日历API相当有帮助的文档和Temboo Android SDK中包含了与谷歌日历交互的方法。看看<一个href=\"https://live.temboo.com/library/Library/Google/Calendar/\">https://live.temboo.com/library/Library/Google/Calendar/

The Temboo library contains fairly helpful documentation on the Google Calendar API, and the Temboo Android SDK contains methods for interacting with Google Calendar. Take a look at https://live.temboo.com/library/Library/Google/Calendar/

(全面披露:我在工作Temboo)

(Full disclosure: I work at Temboo)

这篇关于如何开始在谷歌Android日历API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆