diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index beb5ac55afd8a..190a6d9332743 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -30,6 +30,24 @@ position:absolute;top:50%;left:0;width:100%;z-index:-1;text-align:center;display Next
+ Google+ Sign-In is an easy, trusted way to sign a user into your app, + and get more Android installs when people visit your website. + When users sign in with Google on the web, they have the option to instantly + install your Android app without ever leaving your website.
+ +
- From the blog:
-For many people, their first taste of Jelly Bean will be on the beautiful - Nexus 7 tablet. Most applications will run just fine on Nexus 7, but who wants - their app to be just fine? Here are some tips for optimizing your app - to make the most of this device.
- -Authenticate users and allow them to sign in, add +1 buttons so users can - recommend your app content, and allow them to share your content on Google+.
+Allow users to sign in with their Google account, + customize the user experience with Google+ info, + pull people into your app with interactive posts, + and add +1 buttons so users can recommend your content.
Create an engaging social experience - by integrating Google+ features in your app. You can authenticate users and allow them to - sign in, add +1 buttons so users can recommend your app content, - and allow users to share rich content with Google+.
+The Google+ platform for Android lets you authenticate a user + with the same credentials they use on Google every day. Once a user signs in with Google, + you can create more engaging experiences and drive usage of your app.
-The Google+ Android API reference is available here on developer.android.com, but for more -information about integrating Google+, visit:
- +Check out the Google+ Android API reference and visit developers.google.com/+ for more +information about integrating Google+ into your app.
Allow users to easily and securely sign in to your app using their Google+ credentials. - This allows you to know who they are on Google+ and to build a more personalized experience in - your app. Add sign in.
+Google+ Sign-In is a simple, trusted, and secure way to let people sign in
+ to your app with their Google credentials and bring along their Google+ info.
+
+ Add sign-in.
Display a Share dialog that lets your users share rich content from your app, - including text, photos, URL attachments, and location, into the Google+ stream. - Add sharing with Google+.
+Once users have signed in with Google, your app can welcome them by name,
+ display their picture, connect them with friends, and lots more.
+
+ Access the social graph.
Interactive posts is a rich way of sharing to Google+. It lets users prompt friends
+ to take specific actions in your app from a Google+ post, like "listen," "RSVP," "check-in,"
+ and over 100 more actions.
+ Post interactive content.
Add a native +1 button so users can recommend content from your app. When users +1, they
- can also share content with their circles. These endorsements can give your app more
- credibility and help it grow faster. Add a native +1 button so users can recommend content from your app. These endorsements
+ can give your app more credibility and help it grow faster.
+ Add the +1 button.
Once you've installed the Google Play services package, the Google+ sample is located in
- <android-sdk>/extras/google-play-services/samples/plus and shows you
- how to use the major components of the Google+ Android APIs.
+
Once you've installed the Google Play services package, you can run the Google+ sample located in
+ <android-sdk>/extras/google-play-services/samples/plus. However, before
+ you can run the sample, you need to register your app in the Google APIs Console.
See Getting Started with + the Google+ Platform for Android for more information about how to get the sample up and + running.