OSDN Git Service

docs: add landing for gcm
authorRobert Ly <robertly@google.com>
Wed, 20 Jun 2012 18:54:25 +0000 (11:54 -0700)
committerRobert Ly <robertly@google.com>
Tue, 26 Jun 2012 23:46:21 +0000 (16:46 -0700)
Change-Id: Icfe158670c0a07a6dffed496a444e49b5c5ef926

docs/html/guide/google/index.jd
docs/html/guide/google/play/index.jd [deleted file]
docs/html/guide/google/play/services.jd [new file with mode: 0644]
docs/html/guide/guide_toc.cs
docs/html/images/c2dm.png [new file with mode: 0644]
docs/html/images/google-apis.png [new file with mode: 0644]
docs/html/images/play_dev.png [new file with mode: 0644]

index 95c2816..2eb8344 100644 (file)
@@ -2,96 +2,133 @@ page.title=Google Services
 footer.hide=1
 @jd:body
 
-    
-   <p>Google offers a variety of services that help you build new revenue streams, enhance your app's capabilities, manage distribution and payloads, and track usage and installs. Many of the services use static libraries that you download through the Android SDK Manager and build into your app. Others are configurable directly from Google Play Android Developer Console.</p>
-   
-   <p>The sections below highlight some of the Google Services and link you to more information about how to use them in your Android app. </p>
-  
-
-<h2 id="monetization">Monetize Your App</h2>
-
-<div class="vspace size-1">&nbsp;</div>
+<p>
+  Google offers a variety of services that help you build new revenue streams, enhance your app's
+  capabilities, manage distribution and payloads, and track usage and installs. 
+  The sections below highlight some of the services offered by Google and link you to more information about
+  how to use them in your Android app.
+</p>
+<h2 id="monetization">
+  Monetize your app
+</h2>
+<p>
+  There are many ways to monetize your Android app, such as with ad impressions or In-App billing. If you
+  choose to charge a price to download your app, Android also provides the ability to check
+  for valid application licenses to protect your revenue. Because different apps require
+  different strategies, you can pick which ones are best for your app.
+</p>
+<div class="vspace size-1">
+  &nbsp;
+</div>
 <div class="layout-content-row">
-
   <div class="layout-content-col span-4">
-         <h4>In-App Billing</h4>
-               <p>Keep your users engaged by offering in-app purchases and subscriptions directly in your app.
-               </p>
-               <a href="{@docRoot}guide/google/play/billing/index.html">Learn more &raquo;</a>
+    <h4>
+      Google AdMob Ads
+    </h4>
+    <p>
+      Generate revenue by displaying ads in your app with multiple ad networks.
+    </p><a href="http://www.google.com/ads/admob/index.html">Learn more &raquo;</a>
   </div>
-
   <div class="layout-content-col span-4">
-               <h4>Google AdMob Ads</h4>
-               <p>Generate more revenue from your app by
-               displaying ads from multiple ad networks.</p>
-       <a href="https://developers.google.com/mobile-ads-sdk/docs/android/fundamentals">Learn more &raquo;</a>
+    <h4>
+      In-App Billing
+    </h4>
+    <p>
+      Engage users by offering features such as new content or virtual goods directly in your app.
+    </p><a href="{@docRoot}guide/google/play/billing/index.html">Learn more &raquo;</a>
   </div>
-  
   <div class="layout-content-col span-4">
-                       <h4>Application Licensing</h4>
-                       <p>Protect your revenue streams and integrate policies for usage into your app.</p>
-                       <a href="{@docRoot}guide/google/play/licensing/index.html">Learn more &raquo;</a>
+    <h4>
+      Application Licensing
+    </h4>
+    <p>Protect your revenue streams and integrate policies for usage into your a
+pp.
+    </p><a href="{@docRoot}guide/google/play/licensing/index.html">Learn more &raquo;</a>
   </div>
-
 </div>
-
-<h2 id="integration">Manage App Distribution</h2>
-
-<div class="vspace size-1">&nbsp;</div>
-
-<div class="layout-content-row">
-
-<div class="layout-content-col span-4">
-
-<h4>Google Play Filters</h4>
-<p>Make sure your app gets to the right users by
-declaring the hardware and software features needed by your app.</p>
-<a href="{@docRoot}guide/google/play/filters.html">Learn more &raquo;</a>
+<h2 id="integration">
+  Enhance Your App's Capabilities
+</h2>
+<p>
+  Android and Google technologies work together to provide your users with compelling interactions
+  with technologies such as Maps and Google+.
+</p>
+<div class="vspace size-1">
+  &nbsp;
 </div>
-
+<div class="layout-content-row">
   <div class="layout-content-col span-4">
-<h4>Multiple APK Support</h4>
-<p>Distribute different APKs based on a variety of properties such as platform version, screen size, and GLES texture compression support.</p>
-<a href="{@docRoot}guide/google/play/publishing/multiple-apks.html">Learn more &raquo;</a>
-</div>
-
+    <h4>
+      Google Play Services
+    </h4><img src="{@docRoot}images/play_dev.png">
+    <p>
+      Leverage Google products in your app with an easy to use authentication flow for your users.
+    </p><a href="{@docRoot}guide/google/play/services.html">Learn more &raquo;</a>
+  </div>
   <div class="layout-content-col span-4">
-
-<h4>APK Expansion files</h4>
-<p>Take load off of your servers and utilize APK expansion files
-to deliver up to 4 GB of assets for your Android app, free.</p>
-<a href="{@docRoot}guide/google/play/expansion-files.html">Learn more &raquo;</a>
+    <h4>
+      Google Cloud Messaging
+    </h4><img src="{@docRoot}images/gcm-logo.png" width="150px" style="padding:9px;">
+    <p>
+      Notify your apps of important events with messages that are lightweight and battery-saving.
+    </p><a href="{@docRoot}guide/google/gcm/index.html">Learn more &raquo;</a>
+  </div>
+  <div class="layout-content-col span-4">
+    <h4>
+      Google Maps
+    </h4><img src="{@docRoot}images/google-apis.png">
+    <p>
+      The Google Maps library for Android brings powerful mapping capabilities to your app.
+    </p><a href="https://developers.google.com/android/add-ons/google-apis/index">Learn more
+    &raquo;</a>
+  </div>
 </div>
-
+<h2 id="integration">
+  Manage App Distribution
+</h2>
+<p>
+  Google Play allows you to manage your app distribution with features that let you control which users
+  can download your app as well as deliver separate versions of your app based on certain
+  characteristics like platform version.
+</p>
+<div class="vspace size-1">
+  &nbsp;
 </div>
-
-<h2 id="integration">Enhance Your App's Capabilities</h2>
-
-<div class="vspace size-1">&nbsp;</div>
-
 <div class="layout-content-row">
-
-<div class="layout-content-col span-4">
-  <h4>Android Cloud-to-Device Messaging </h4>
-  <p>Notify your apps of events with push messages that are lightweight
-   and battery-saving.</p>
-  <a href="https://developers.google.com/android/c2dm/">Learn more &raquo;</a>
-</div>
-
-<div class="layout-content-col span-4">
-       <h4>Google Maps</h4>
-  <p> The Google Maps library for Android lets you add powerful mapping and geo-location capabilities to your app.</p>
-  <a href="https://developers.google.com/maps/documentation/android/">Learn more &raquo;</a>
-</div>
+  <div class="layout-content-col span-4">
+    <h4>
+      Filters on Google Play
+    </h4>
+    <p>
+      Make sure your app gets to the right users by filtering on a wide range of characteristics
+      such as platform versions and hardware features.
+    </p><a href="{@docRoot}guide/google/play/filters.html">Learn more &raquo;</a>
+  </div>
+  <div class="layout-content-col span-4">
+    <h4>
+      Multiple APK Support
+    </h4>
+    <p>
+      Distribute different APKs based on a variety of properties such as platform version, screen
+      size, and GLES texture compression support.
+    </p><a href="{@docRoot}guide/google/play/publishing/multiple-apks.html">Learn more &raquo;</a>
+  </div>
+  <div class="layout-content-col span-4">
+    <h4>
+      APK Expansion files
+    </h4>
+    <p>
+      Tap into Google's content delivery services by serving up to 4GB of assets for free. Provide
+      users with high-fidelity graphics, media files, or other large assets that are required by
+      your app.
+    </p><a href="{@docRoot}guide/google/play/expansion-files.html">Learn more &raquo;</a>
+  </div>
 </div>
-
-
-<h2 id="integration">Track Performance with Analytics</h2>
-<p>Google Analytics gives you powerful insights into how users find your apps
-       and how they use them. <br />Start integrating analytics to measure
-       your app's success.</p>
-       
-       
-<div style="margin-bottom:1.5em;"><a href="https://developers.google.com/analytics/devguides/collection/android/">Learn more &raquo;</a></div>
-   
\ No newline at end of file
+<h2 id="integration">
+  Track Performance with Analytics
+</h2>
+<p>
+  Google Analytics let you find out how users find your apps and how they use them. Start
+  integrating analytics to measure your app's success.
+</p><a href="https://developers.google.com/analytics/devguides/collection/android/">Learn more
+&raquo;</a>
diff --git a/docs/html/guide/google/play/index.jd b/docs/html/guide/google/play/index.jd
deleted file mode 100644 (file)
index b11bcdc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-page.title=Google Play APIs
-page.landing=1
-page.landing.intro=When you ditribute your Android app using Google Play you have the opportunity to enhance your app's capabilities with services such as in-app billing and control your app distribution with advanced device filtering.
-@jd:body
-
-
-<div class="distribute-features col-13">
-  <ul>
-    <li><h5>Monetize with in-app billing</h5>Lorem ipsum dolor sit amet, soldum
-consectetur adipiscing elit. <a href="#">Learn more &raquo;</a></li>
-    <li><h5>Control your app distribution</h5>Lorem ipsum dolor sit amet, soldum consectetur
-adipiscing elit. <a href="#">Learn more &raquo;</a></li>
-    <li class="last"><h5>Protect from piracy</h5>Lorem ipsum dolor sit amet, soldum
-consectetur adipiscing elit. <a href="#">Learn more &raquo;</a></li>
-  </ul>
-</div>
\ No newline at end of file
diff --git a/docs/html/guide/google/play/services.jd b/docs/html/guide/google/play/services.jd
new file mode 100644 (file)
index 0000000..e88d31f
--- /dev/null
@@ -0,0 +1,25 @@
+page.title=Google Play Services
+
+@jd:body
+
+<p>Google Play services is a platform that is delivered through the Google Play Store that
+    offers integration with Google products, such as Google+, into Android apps.
+    The Google Play services framework consists of a services component
+    that runs on the device and a thin client library that you package with your app. </p>
+    
+
+<div class="distribute-features col-13">
+  <ul>
+    <li style="border-top: 1px solid #F80;"><h5>Easy Authentication</h5> Your app can leverage the user's
+    existing Google account on the device without having to go through
+    tedious authentication flows. A few clicks from the user and you're set!
+    <br /> <a href="https://developers.google.com/android/google-play-services">Learn more &raquo;</a>
+ </li>
+    <li style="border-top: 1px solid #F80;"><h5>Google+ Integration</h5>Google Play Services lets you
+       read from and write to your user's Google+ activity stream, giving your
+       app an easy way to integrate with Google+.
+    <br /> <a href="https://developers.google.com/android/google-play-services">Learn more &raquo;</a>
+    </li>
+  </ul>
+  
+</div>
\ No newline at end of file
index fee1f35..b1583d8 100644 (file)
           </li>
         </ul>
       </li>
+
       <li class="nav-section">
         <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/google/play/licensing/index.html">
           <span class="en">Application Licensing</span></a>
               <span class="en">Licensing Reference</span></a>
           </li>
         </ul>
-      </li>       
-      <li><a href="<?cs var:toroot ?>guide/google/play/filters.html">
+      </li>
+      <li><a href="<?cs var:toroot ?>guide/google/play/services.html">
+          <span class="en">Google Play Services</span></a>
+      </li>
+       <li><a href="<?cs var:toroot ?>guide/google/play/filters.html">
           <span class="en">Filters on Google Play</span></a>
       </li>
       <li><a href="<?cs var:toroot ?>guide/google/play/publishing/multiple-apks.html">
diff --git a/docs/html/images/c2dm.png b/docs/html/images/c2dm.png
new file mode 100644 (file)
index 0000000..decdd1e
Binary files /dev/null and b/docs/html/images/c2dm.png differ
diff --git a/docs/html/images/google-apis.png b/docs/html/images/google-apis.png
new file mode 100644 (file)
index 0000000..2c5318b
Binary files /dev/null and b/docs/html/images/google-apis.png differ
diff --git a/docs/html/images/play_dev.png b/docs/html/images/play_dev.png
new file mode 100644 (file)
index 0000000..8d44f11
Binary files /dev/null and b/docs/html/images/play_dev.png differ