blob: de921be94ec3f159ff207a6d17c59477be0708bb [file] [log] [blame]
Scott Mainb74844c2012-11-29 21:13:30 -08001page.title=Google+ Platform for Android
Scott Mainb0d26732012-11-28 11:01:37 -08002header.hide=1
Robert Ly6519ca02012-11-14 13:26:28 -08003
4@jd:body
5
Scott Mainb0d26732012-11-28 11:01:37 -08006
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 Mainb74844c2012-11-29 21:13:30 -080014 <h1 itemprop="name" style="margin-bottom:0;">Google+ Platform for Android</h1>
Robert Ly32c0cac2013-02-12 10:31:42 -080015 <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 Mainb0d26732012-11-28 11:01:37 -080018
Robert Ly32c0cac2013-02-12 10:31:42 -080019 <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"
21href="https://developers.google.com/+/mobile/android/">developers.google.com/+</a> for more
22information about integrating Google+ into your app.</p>
Scott Mainb0d26732012-11-28 11:01:37 -080023</div>
24</div>
25
Robert Ly6519ca02012-11-14 13:26:28 -080026<div class="landing-docs">
Scott Mainb0d26732012-11-28 11:01:37 -080027 <div class="col-6 normal-links">
Robert Ly6519ca02012-11-14 13:26:28 -080028 <h3 style="clear:left">Key Developer Features</h3>
29
Robert Ly32c0cac2013-02-12 10:31:42 -080030 <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 Mainb0d26732012-11-28 11:01:37 -080036
Robert Ly32c0cac2013-02-12 10:31:42 -080037 <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 Mainb0d26732012-11-28 11:01:37 -080043
Robert Ly32c0cac2013-02-12 10:31:42 -080044 <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 Mainb0d26732012-11-28 11:01:37 -080051 <h4>Recommend content</h4>
Robert Ly32c0cac2013-02-12 10:31:42 -080052 <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 Mainb0d26732012-11-28 11:01:37 -080055 href="https://developers.google.com/+/mobile/android/recommend">Add the +1 button</a>.</p>
Robert Ly6519ca02012-11-14 13:26:28 -080056 </div>
57
Scott Mainb0d26732012-11-28 11:01:37 -080058
Robert Ly6519ca02012-11-14 13:26:28 -080059 <div class="col-6 normal-links">
60 <h3 style="clear:left">Getting Started</h3>
Scott Mainb0d26732012-11-28 11:01:37 -080061 <h4>1. Get the Google Play services SDK</h4>
Robert Ly6519ca02012-11-14 13:26:28 -080062 <p>The Google+ Android APIs are part of the Google Play services platform.</p>
Robert Lyaae17132012-11-28 14:04:29 -080063 <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a>
64 the Google Play services SDK.
Robert Ly6519ca02012-11-14 13:26:28 -080065 </p>
66
Scott Mainb0d26732012-11-28 11:01:37 -080067 <h4>2. Run the sample</h4>
Robert Ly32c0cac2013-02-12 10:31:42 -080068 <p>Once you've installed the Google Play services package, you can run the Google+ sample located in
69 <code>&lt;android-sdk&gt;/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 Ly6519ca02012-11-14 13:26:28 -080075 </p>
76
Scott Mainb0d26732012-11-28 11:01:37 -080077 <h4>3. Read the documentation</h4>
Scott Maine36276a2012-12-02 16:07:30 -080078 <p>Read the <a href="https://developers.google.com/+/terms">Google+ Platform
79 Terms of Service</a>.</p>
80
Scott Mainb0d26732012-11-28 11:01:37 -080081 <p>For quick access while developing your Android apps, the
Scott Maine36276a2012-12-02 16:07:30 -080082 <a href="{@docRoot}reference/com/google/android/gms/plus/package-summary.html">Google+
Scott Mainb0d26732012-11-28 11:01:37 -080083 API reference</a> is available here on developer.android.com.</p>
Scott Maine36276a2012-12-02 16:07:30 -080084
85 <p>Detailed documentation for the Google+ Android APIs is available with the rest of the
Scott Mainb0d26732012-11-28 11:01:37 -080086 Google+ developer documents at <a class="external-link"
87 href="https://developers.google.com/+/mobile/android/">developers.google.com/+</a>.</p>
Robert Ly6519ca02012-11-14 13:26:28 -080088 </div>
89</div>