blob: 1650ec2398e6ceddf39369b2a7f1fb04fb2e3309 [file] [log] [blame]
Scott Mainb74844c2012-11-29 21:13:30 -08001page.title=Google+ Platform for Android
Scott Main6afeb0e2013-04-16 21:05:51 -07002page.tags="authentication","signin","social"
Scott Mainb0d26732012-11-28 11:01:37 -08003header.hide=1
Robert Ly6519ca02012-11-14 13:26:28 -08004
5@jd:body
6
Scott Mainb0d26732012-11-28 11:01:37 -08007
8<div class="landing-banner">
9
10<div class="col-6">
11 <img src="{@docRoot}images/google/gps-googleplus.png" alt="">
12</div>
13<div class="col-6">
14
Scott Mainb74844c2012-11-29 21:13:30 -080015 <h1 itemprop="name" style="margin-bottom:0;">Google+ Platform for Android</h1>
Robert Ly32c0cac2013-02-12 10:31:42 -080016 <p itemprop="description">The Google+ platform for Android lets you authenticate a user
17 with the same credentials they use on Google every day. Once a user signs in with Google,
18 you can create more engaging experiences and drive usage of your app.</p>
Scott Mainb0d26732012-11-28 11:01:37 -080019
Robert Ly32c0cac2013-02-12 10:31:42 -080020 <p>Check out the <a href="{@docRoot}reference/com/google/android/gms/plus/package-summary.html"
21>Google+ Android API reference</a> and visit <a class="external-link"
22href="https://developers.google.com/+/mobile/android/">developers.google.com/+</a> for more
23information about integrating Google+ into your app.</p>
Scott Mainb0d26732012-11-28 11:01:37 -080024</div>
25</div>
26
Robert Ly6519ca02012-11-14 13:26:28 -080027<div class="landing-docs">
Scott Mainb0d26732012-11-28 11:01:37 -080028 <div class="col-6 normal-links">
Robert Ly6519ca02012-11-14 13:26:28 -080029 <h3 style="clear:left">Key Developer Features</h3>
30
Robert Ly32c0cac2013-02-12 10:31:42 -080031 <h4>Trusted authentication</h4>
32 <p>Google+ Sign-In is a simple, trusted, and secure way to let people sign in
33 to your app with their Google credentials and bring along their Google+ info.
34 <br />
35 <a href="https://developers.google.com/+/mobile/android/sign-in"
36 class="external-link">Add sign-in</a>.</p>
Scott Mainb0d26732012-11-28 11:01:37 -080037
Robert Ly32c0cac2013-02-12 10:31:42 -080038 <h4>Access the profile and social graph</h4>
39 <p>Once users have signed in with Google, your app can welcome them by name,
40 display their picture, connect them with friends, and lots more.
41 <br />
42 <a href="https://developers.google.com/+/mobile/android/people"
43 class="external-link">Access the social graph</a>.</p>
Scott Mainb0d26732012-11-28 11:01:37 -080044
Robert Ly32c0cac2013-02-12 10:31:42 -080045 <h4>Stand out in the stream</h4>
46 <p>Interactive posts is a rich way of sharing to Google+. It lets users prompt friends
47 to take specific actions in your app from a Google+ post, like "listen," "RSVP," "check-in,"
48 and over 100 more actions. <br />
49 <a class="external-link"
50 href="https://developers.google.com/+/mobile/android/share">Post interactive content</a>.</p>
51
Scott Mainb0d26732012-11-28 11:01:37 -080052 <h4>Recommend content</h4>
Robert Ly32c0cac2013-02-12 10:31:42 -080053 <p>Add a native +1 button so users can recommend content from your app. These endorsements
54 can give your app more credibility and help it grow faster. <br />
55 <a class="external-link"
Scott Mainb0d26732012-11-28 11:01:37 -080056 href="https://developers.google.com/+/mobile/android/recommend">Add the +1 button</a>.</p>
Robert Ly6519ca02012-11-14 13:26:28 -080057 </div>
58
Scott Mainb0d26732012-11-28 11:01:37 -080059
Robert Ly6519ca02012-11-14 13:26:28 -080060 <div class="col-6 normal-links">
61 <h3 style="clear:left">Getting Started</h3>
Scott Mainb0d26732012-11-28 11:01:37 -080062 <h4>1. Get the Google Play services SDK</h4>
Robert Ly6519ca02012-11-14 13:26:28 -080063 <p>The Google+ Android APIs are part of the Google Play services platform.</p>
Scott Mainf12b3fd2013-12-06 12:57:13 -080064 <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up
65 the Google Play services SDK</a>.
Robert Ly6519ca02012-11-14 13:26:28 -080066 </p>
67
Scott Mainb0d26732012-11-28 11:01:37 -080068 <h4>2. Run the sample</h4>
Robert Ly32c0cac2013-02-12 10:31:42 -080069 <p>Once you've installed the Google Play services package, you can run the Google+ sample located in
70 <code>&lt;android-sdk&gt;/extras/google-play-services/samples/plus</code>. However, before
71 you can run the sample, you need to register your app in the Google APIs Console.</p>
72 <p>See <a class="external-link"
73 href="https://developers.google.com/+/mobile/android/getting-started">Getting Started with
74 the Google+ Platform for Android</a> for more information about how to get the sample up and
75 running.
Robert Ly6519ca02012-11-14 13:26:28 -080076 </p>
77
Scott Mainb0d26732012-11-28 11:01:37 -080078 <h4>3. Read the documentation</h4>
Scott Maine36276a2012-12-02 16:07:30 -080079 <p>Read the <a href="https://developers.google.com/+/terms">Google+ Platform
80 Terms of Service</a>.</p>
81
Scott Mainb0d26732012-11-28 11:01:37 -080082 <p>For quick access while developing your Android apps, the
Scott Maine36276a2012-12-02 16:07:30 -080083 <a href="{@docRoot}reference/com/google/android/gms/plus/package-summary.html">Google+
Scott Mainb0d26732012-11-28 11:01:37 -080084 API reference</a> is available here on developer.android.com.</p>
Scott Maine36276a2012-12-02 16:07:30 -080085
86 <p>Detailed documentation for the Google+ Android APIs is available with the rest of the
Scott Mainb0d26732012-11-28 11:01:37 -080087 Google+ developer documents at <a class="external-link"
88 href="https://developers.google.com/+/mobile/android/">developers.google.com/+</a>.</p>
Robert Ly6519ca02012-11-14 13:26:28 -080089 </div>
90</div>