| Scott Main | b74844c | 2012-11-29 21:13:30 -0800 | [diff] [blame] | 1 | page.title=Google+ Platform for Android |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 2 | header.hide=1 |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 3 | |
| 4 | @jd:body |
| 5 | |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 6 | |
| 7 | <div class="landing-banner"> |
| 8 | |
| 9 | <div class="col-6"> |
| 10 | <img src="{@docRoot}images/google/gps-googleplus.png" alt=""> |
| 11 | </div> |
| 12 | <div class="col-6"> |
| 13 | |
| Scott Main | b74844c | 2012-11-29 21:13:30 -0800 | [diff] [blame] | 14 | <h1 itemprop="name" style="margin-bottom:0;">Google+ Platform for Android</h1> |
| Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 15 | <p itemprop="description">The Google+ platform for Android lets you authenticate a user |
| 16 | with the same credentials they use on Google every day. Once a user signs in with Google, |
| 17 | you can create more engaging experiences and drive usage of your app.</p> |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 18 | |
| Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 19 | <p>Check out the <a href="{@docRoot}reference/com/google/android/gms/plus/package-summary.html" |
| 20 | >Google+ Android API reference</a> and visit <a class="external-link" |
| 21 | href="https://developers.google.com/+/mobile/android/">developers.google.com/+</a> for more |
| 22 | information about integrating Google+ into your app.</p> |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 23 | </div> |
| 24 | </div> |
| 25 | |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 26 | <div class="landing-docs"> |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 27 | <div class="col-6 normal-links"> |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 28 | <h3 style="clear:left">Key Developer Features</h3> |
| 29 | |
| Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 30 | <h4>Trusted authentication</h4> |
| 31 | <p>Google+ Sign-In is a simple, trusted, and secure way to let people sign in |
| 32 | to your app with their Google credentials and bring along their Google+ info. |
| 33 | <br /> |
| 34 | <a href="https://developers.google.com/+/mobile/android/sign-in" |
| 35 | class="external-link">Add sign-in</a>.</p> |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 36 | |
| Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 37 | <h4>Access the profile and social graph</h4> |
| 38 | <p>Once users have signed in with Google, your app can welcome them by name, |
| 39 | display their picture, connect them with friends, and lots more. |
| 40 | <br /> |
| 41 | <a href="https://developers.google.com/+/mobile/android/people" |
| 42 | class="external-link">Access the social graph</a>.</p> |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 43 | |
| Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 44 | <h4>Stand out in the stream</h4> |
| 45 | <p>Interactive posts is a rich way of sharing to Google+. It lets users prompt friends |
| 46 | to take specific actions in your app from a Google+ post, like "listen," "RSVP," "check-in," |
| 47 | and over 100 more actions. <br /> |
| 48 | <a class="external-link" |
| 49 | href="https://developers.google.com/+/mobile/android/share">Post interactive content</a>.</p> |
| 50 | |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 51 | <h4>Recommend content</h4> |
| Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 52 | <p>Add a native +1 button so users can recommend content from your app. These endorsements |
| 53 | can give your app more credibility and help it grow faster. <br /> |
| 54 | <a class="external-link" |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 55 | href="https://developers.google.com/+/mobile/android/recommend">Add the +1 button</a>.</p> |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 56 | </div> |
| 57 | |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 58 | |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 59 | <div class="col-6 normal-links"> |
| 60 | <h3 style="clear:left">Getting Started</h3> |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 61 | <h4>1. Get the Google Play services SDK</h4> |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 62 | <p>The Google+ Android APIs are part of the Google Play services platform.</p> |
| Robert Ly | aae1713 | 2012-11-28 14:04:29 -0800 | [diff] [blame] | 63 | <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a> |
| 64 | the Google Play services SDK. |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 65 | </p> |
| 66 | |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 67 | <h4>2. Run the sample</h4> |
| Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 68 | <p>Once you've installed the Google Play services package, you can run the Google+ sample located in |
| 69 | <code><android-sdk>/extras/google-play-services/samples/plus</code>. However, before |
| 70 | you can run the sample, you need to register your app in the Google APIs Console.</p> |
| 71 | <p>See <a class="external-link" |
| 72 | href="https://developers.google.com/+/mobile/android/getting-started">Getting Started with |
| 73 | the Google+ Platform for Android</a> for more information about how to get the sample up and |
| 74 | running. |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 75 | </p> |
| 76 | |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 77 | <h4>3. Read the documentation</h4> |
| Scott Main | e36276a | 2012-12-02 16:07:30 -0800 | [diff] [blame] | 78 | <p>Read the <a href="https://developers.google.com/+/terms">Google+ Platform |
| 79 | Terms of Service</a>.</p> |
| 80 | |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 81 | <p>For quick access while developing your Android apps, the |
| Scott Main | e36276a | 2012-12-02 16:07:30 -0800 | [diff] [blame] | 82 | <a href="{@docRoot}reference/com/google/android/gms/plus/package-summary.html">Google+ |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 83 | API reference</a> is available here on developer.android.com.</p> |
| Scott Main | e36276a | 2012-12-02 16:07:30 -0800 | [diff] [blame] | 84 | |
| 85 | <p>Detailed documentation for the Google+ Android APIs is available with the rest of the |
| Scott Main | b0d2673 | 2012-11-28 11:01:37 -0800 | [diff] [blame] | 86 | Google+ developer documents at <a class="external-link" |
| 87 | href="https://developers.google.com/+/mobile/android/">developers.google.com/+</a>.</p> |
| Robert Ly | 6519ca0 | 2012-11-14 13:26:28 -0800 | [diff] [blame] | 88 | </div> |
| 89 | </div> |