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
@@ -307,8 +307,6 @@ function renderDevelopersLivePlaylist(data) { } } - - /* This 'playlist' object defines the playlist IDs for each tab. * Each name inside 'playlist' corresponds to class names for the tab that the playlists belong to (eg: "googleioTab" and "googleioBox" divs). * Each string in 'ids' is the ID of a YouTube playlist that belongs in the corresponding tab. diff --git a/docs/html/google/index.jd b/docs/html/google/index.jd index 1c83e7815e019..4020cf4512742 100644 --- a/docs/html/google/index.jd +++ b/docs/html/google/index.jd @@ -56,12 +56,14 @@ cloud messaging.

- +

Google+

-

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.

diff --git a/docs/html/google/play-services/plus.jd b/docs/html/google/play-services/plus.jd index f65abb42cca71..de921be94ec3f 100644 --- a/docs/html/google/play-services/plus.jd +++ b/docs/html/google/play-services/plus.jd @@ -12,17 +12,14 @@ header.hide=1

Google+ Platform for Android

-

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:

-

developers.google.com/+

+

Check out the Google+ Android API reference and visit developers.google.com/+ for more +information about integrating Google+ into your app.

@@ -30,22 +27,31 @@ href="https://developers.google.com/+/mobile/android/">developers.google.com/+

Key Developer Features

-

Sign in with Google+

-

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.

+

Trusted authentication

+

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.

-

Share to Google+

-

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+.

+

Access the profile and social graph

+

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.

+

Stand out in the stream

+

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.

+

Recommend 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.

@@ -59,9 +65,13 @@ href="https://developers.google.com/+/mobile/android/">developers.google.com/+

2. Run the sample

-

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.

3. Read the documentation

diff --git a/docs/html/images/google/gps-googleplus.png b/docs/html/images/google/gps-googleplus.png index b7a51ec9bb613..99030c081dc13 100644 Binary files a/docs/html/images/google/gps-googleplus.png and b/docs/html/images/google/gps-googleplus.png differ diff --git a/docs/html/images/google/gps-plus-signin-hero.jpg b/docs/html/images/google/gps-plus-signin-hero.jpg new file mode 100644 index 0000000000000..d84586fc3c53f Binary files /dev/null and b/docs/html/images/google/gps-plus-signin-hero.jpg differ diff --git a/docs/html/images/google/plus-logo.png b/docs/html/images/google/plus-logo.png new file mode 100644 index 0000000000000..57062584fb689 Binary files /dev/null and b/docs/html/images/google/plus-logo.png differ