Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Using Google APIs Client for Android

Yuren Ju
October 28, 2012

Using Google APIs Client for Android

Yuren Ju

October 28, 2012
Tweet

More Decks by Yuren Ju

Other Decks in Programming

Transcript

  1. Yuren Ju • Open Source Community – Kalug – COSCUP

    – Hacking Thursday • Open Source Developer – Lazyscripts – Ubuntu 懶人包 – Mozilla Firefox OS • Android Developer
  2. 有很多種路可以走 ... • 手刻 – HttpGet/HttpPost • Restlet • Google

    APIs Client for Java! http://www.flickr.com/photos/fractalthoughts/4903092759/in/photostream/
  3. 比較 • Get content (GET/POST) • Convert to object •

    Preconditions • Parameter mapping/Build URL
  4. Attention! Use xAuth on mobile! OAuth experience with pin code

    isn't good on mobile https://dev.twitter.com/docs/oauth/xauth
  5. Parse pin code in webview Don't do it on your

    production app, please use xAuth
  6. FAQ