diff options
author | Quddus Chong <quddusc@google.com> | 2014-06-20 14:14:13 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2014-06-24 15:26:17 -0700 |
commit | 641037ed8370cf85363d5e553a4cc20afd35f857 (patch) | |
tree | 29cb19302d7aaac39f1211fe2952714796bfe4dd /docs/html/google/play-services/games.jd | |
parent | 4d30b1e663d975357e0e748a1bf4ab094e3afdde (diff) | |
download | frameworks_base-641037ed8370cf85363d5e553a4cc20afd35f857.zip frameworks_base-641037ed8370cf85363d5e553a4cc20afd35f857.tar.gz frameworks_base-641037ed8370cf85363d5e553a4cc20afd35f857.tar.bz2 |
docs: Added "What's New" for GMS Longhorn (Google Play Services 5.0)
Change-Id: If6c1738e8cac574ced4a1d2643c62771f317d678
Diffstat (limited to 'docs/html/google/play-services/games.jd')
-rw-r--r-- | docs/html/google/play-services/games.jd | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/docs/html/google/play-services/games.jd b/docs/html/google/play-services/games.jd index a73f688..f68751d 100644 --- a/docs/html/google/play-services/games.jd +++ b/docs/html/google/play-services/games.jd @@ -5,7 +5,7 @@ header.hide=1 @jd:body <div class="landing-banner"> - + <div class="col-6"> <img src="{@docRoot}images/google/gps-play_games_logo.png" alt=""> </div> @@ -13,15 +13,17 @@ header.hide=1 <h1 itemprop="name" style="margin-bottom:0;">Google Play Game Services</h1> <p itemprop="description"> - Make your games social with Google Play game services. Add achievements, leaderboards, - real-time multiplayer, and other popular features using the Google Play game services SDK. - Let players sign in using their Google+ identities and share their gaming experience with - friends. +Make your games social with Google Play game services. Add achievements, +leaderboards, real-time multiplayer, and other popular features using the +Google Play game services SDK. Let players sign in using their Google+ +identities and share their gaming experience with friends. </p> - <p>Explore the <a href="{@docRoot}reference/com/google/android/gms/games/package-summary.html">Google -Play Games Android API reference</a> or visit <a class="external-link" href= -"https://developers.google.com/games/services/">developers.google.com/games/services</a> for more -information about integrating game services into your app. +<p>Explore the +<a href="{@docRoot}reference/com/google/android/gms/games/package-summary.html">Google +Play Games Android API reference</a> or visit +<a class="external-link" href= +"https://developers.google.com/games/services/">developers.google.com/games/services</a> +for more information about integrating game services into your app. </p> </div> </div> @@ -29,14 +31,14 @@ information about integrating game services into your app. <div class="landing-docs"> <div class="col-6 normal-links"> <h3 style="clear:left">Key Developer Features</h3> - + <h4>Reward players with achievements</h4> <p>Add hidden and incremental achievements to encourage users to explore your game in new and interesting ways. A built-in achievement UI is available to display progress. <br /> <a class="external-link" href="https://developers.google.com/games/services/android/achievements">Add achievements to your game</a>.</p> </a> - + <h4>Drive engagement with leaderboards</h4> <p>Let players compare scores with friends using leaderboards and see how they rank against other players worldwide. Google Play game services automatically maintains daily, @@ -44,11 +46,11 @@ information about integrating game services into your app. href="https://developers.google.com/games/services/android/leaderboards">Build leaderboards</a></p> <h4>Save game data to the cloud</h4> - <p>Offer seamless game progress across all of the user's devices. Use Cloud Save APIs + <p>Offer seamless game progress across all of the user's devices. Use the Saved Games API to quickly store and synchronize game data on Google's cloud infrastructure. <br /> <a - class="external-link" href="https://developers.google.com/games/services/android/cloudsave">Save + class="external-link" href="https://developers.google.com/games/services/android/savedgames">Save game data to the cloud</a></p> <h4>Create real-time and turn-based multiplayer games</h4> @@ -70,18 +72,18 @@ information about integrating game services into your app. href="https://developers.google.com/games/services/android/quickstart"> Getting Started guide</a> to set up your app. </p> - + <h4>2. Run the sample</h4> - + <p>Once you've installed the Google Play services package, <a class="external-link" href="https://developers.google.com/games/services/downloads/">download the game services samples</a> to learn how to use the major components of the Google Play game services SDK. </p> - + <h4>3. Read the documentation</h4> - + <p>Read the <a class="external-link" href="https://developers.google.com/games/services/terms"> - API Terms of Service</a>.</p> + API Terms of Service</a>.</p> <p>Detailed documentation for the Google Play game services SDK is available at <a class="external-link" href="https://developers.google.com/games/services/">developers.google.com/games/services</a>. </p> |