Loading docs/html/google/google_toc.cs +15 −12 Original line number Diff line number Diff line Loading @@ -18,21 +18,14 @@ <span class="en">Google Play services</span></a> </div> <ul> <li><a href="<?cs var:toroot?>google/play-services/overview.html"> <span class="en">Overview</span></a> <li><a href="<?cs var:toroot?>google/play-services/setup.html"> <span class="en">Setup</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/download.html"> <span class="en">Downloading and Configuring</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/auth.html"> <span class="en">Authentication</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/analytics.html"> <span class="en">Analytics</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/plus.html"> <span class="en">Google+</span></a> </li> Loading @@ -41,9 +34,19 @@ <span class="en">Maps</span></a> </li> <li id="tree-list"> <li id="tree-list" class="nav-section"> <div class="nav-section-header"> <a href="<?cs var:toroot?>google/play-services/reference/packages.html"> <span class="en">Reference</span></a> </div> <ul> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/auth/package-summary.html">auth</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/common/package-summary.html">common</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/maps/package-summary.html">maps</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/maps.model/package-summary.html">maps.model</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/panorama/package-summary.html">panorama</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/plus/package-summary.html">plus</a></li> </ul> </li> </ul> </li> Loading docs/html/google/play-services/index.jd +97 −49 Original line number Diff line number Diff line page.title=Google Maps page.landing=true page.landing.intro=Add Google maps to your Android apps and let your users explore the world. Give your users all of the benefits of the Google Maps, but with the customizations that you need for your app and users. page.landing.link=https://developers.google.com/maps/documentation/android/ page.landing.link.text=developers.google.com/maps page.landing.image=images/gps.png page.title=Google Play services header.hide=1 @jd:body <img src="{@docRoot}images/gps.png" style="float:right;" /> <p> Google Play services is a platform delivered through the Google Play Store that lets you integrate Google products into your 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="landing-banner"> <div class="col-6"> <img src="/images/google/gps.png" alt=""> </div> <div class="col-6"> <p> <a class="next-page-link topic-start-link" href="{@docRoot}google/play-services/overview.html"> OVERVIEW</a> <h1 itemprop="name" style="margin-bottom:0;">Google Play services</h1> <p itemprop="description"> </p> <div class="vspace size-1"> </div> <p>Give your apps more features to attract users on a wider range of devices. With Google Play services, your app can take advantage of the latest, Google-powered features such as Maps, Google+, and more. with automatic platform updates distributed as an APK through the Google Play store. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer. </p> <p><a class="next-page-link topic-start-link" href="/google/play-services/download.html">Setup</a></p> </div> </div> <div class="layout-content-row"> <div class="layout-content-col span-4"> <h4>Google Technology</h4> <p>Add exciting and useful Google features such as Maps, Google+, Analytics, and more to your Android apps. Easy-to-use client libraries are provided for the products in Google Play services, so you can implement the functionality you want faster. New features and products are continuously being added, so make sure to check back often.</p> <p>Google Play services provides you with easy access to Google services and is tightly integrated with the Android OS. Easy-to-use client libraries are provided for each service that let you implement the functionality you want easier and faster.</p> </div> <div class="layout-content-col span-4"> Loading @@ -40,37 +44,81 @@ and products are continuously being added, so make sure to check back often.</p> <p>All products in Google Play services share a common authentication API that leverages the existing Google accounts on the device. You and your users have a consistent and safe way to grant and receive OAuth2 authentication to Google services. Even services that are not bundled in Google Play services can take advantage of the authentication APIs as long as they accept OAuth2 tokens associated with a Google account.</p> to Google services.</p> </div> <div class="layout-content-col span-4"> <h4>Automatic Updates</h4> <p>Devices running Android 2.2 and newer and that have the Google Play Store app installed automatically receive updates to Google Play services. New products, features, and fixes are automatically pushed to a wide range of devices, old and new. You can now enhance your app with the most up-to-date version of Google Play services without worrying about your users' Android platform version.</p> <p>Devices running Android 2.2 and newer and that have the Google Play Store app automatically receive updates to Google Play services. Enhance your app with the most recent version of Google Play services without worrying about your users' Android version.</p> </div> </div> <h2>Services</h2> <div class="landing-docs"> <a href=""> <h4>Google+</h4> <p>Add social features to your app to with Google+.</p> </a> <a href=""> <h4>Google Analytics</h4> <p>Make sure you're reaching the right users and find ways to reach more with Google Analytics.</p> </a> <a href=""> <h4>Google Maps</h4> <p>Add compelling location-based features to your app to direct your users where they want to go.</p> </a> <h2>How It Works</h2> <h4 id="client-lib">The Google Play services client library</h4> <p> The client library contains the interfaces to the individual Google services and allows you to obtain authorization from users to authenticate to these services with their credentials. It also contains APIs that allow you to resolve any issues at runtime, such as a missing, disabled, or out-of-date Google Play services APK. The client library has a light footprint if you use <a href="/tools/help/proguard.html">ProGuard</a> as part of your build process, so it won't have an adverse impact on your app's file size. </p> <p> If you want to access added features or products, you can upgrade to a new version of the client library as they are released. However, upgrading is not necessary if you don't care about new features or bug fixes. We anticipate more Google services to be continuously added, so be on the lookout for these updates. </p> <div class="vspace size-2"> </div> <div class="layout-content-row"> <div class="layout-content-col span-6"> <h4 id="apk">The Google Play services APK</h4> <p> The Google Play services APK contains the individual Google services and runs as a background service in the Android OS. You interact with the background service through the client library and the service carries out the actions on your behalf. An easy-to-use authentication flow is also provided to gain access to the each Google service, which provides consistency for both you and your users. </p> <p> The Google Play services APK is delivered through the Google Play Store, so updates to the services are not dependent on carrier or OEM system image updates. In general, devices running Android 2.2 (Froyo) or later and have the Google Play Store app installed receive updates within a few days. This allows you to use the newest APIs in Google Play services and reach most of the devices in the Android ecosystem (devices older than Android 2.2 or devices without the Google Play Store app are not supported). </p> </div> <div class="layout-content-col span-6"> <img src="/images/play-services-diagram.png" /> <p class="img-caption"><em>Updates to Google Play services include access to new APIs, features, and bug fixes.</em></p> </div> </div> <h4 id="benefits">The benefits for your app</h4> <p>Google Play services gives you the freedom to use the newest APIs for popular Google services without worrying about device support. Updates to Google Play services are distributed automatically by the Google Play Store and new versions of the client library are delivered through the Android SDK Manager. This makes it easy for you to focus on what's important: your users' experience.</p> <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a> the SDK and check out the various products in the Google Play services platform now!</p> docs/html/google/play-services/maps.jd +3 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ href="https://developers.google.com/maps/documentation/android/">developers.goog <div class="landing-docs"> <div class="col-6 normal-links"> <h3 style="clear:left">Key Developer Features</h3> <h4>Add Maps in a fragment</h4> <h4>Add maps to your app</h4> <p>With version 2 of the Google Maps Android API, you can embed maps into an activity as a fragment with a simple XML snippet. The new Maps offer exciting features such as 3D maps; indoor, satellite, terrain, and hybrid maps; Loading Loading @@ -59,8 +59,8 @@ href="https://developers.google.com/maps/documentation/android/">developers.goog <h3 style="clear:left">Getting Started</h3> <h4>1. Get the Google Play services SDK</h4> <p>The Google Maps Android APIs are part of the Google Play services platform.</p> <p>To use Google Maps, <a href="{@docRoot}google/play-services/download.html">download and configure</a> the Google Play services SDK from the SDK Manager. Then see the <a class="external-link" <p>To use Google Maps, <a href="{@docRoot}google/play-services/setup.html">set up</a> the Google Play services SDK. Then see the <a class="external-link" href="https://developers.google.com/maps/documentation/android/start#installing_the_google_maps_android_v2_api"> Getting Started guide</a> to get your API key for Maps and set up your app. </p> Loading docs/html/google/play-services/plus.jd +2 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,8 @@ href="https://developers.google.com/+/mobile/android/">developers.google.com/+</ <h3 style="clear:left">Getting Started</h3> <h4>1. Get the Google Play services SDK</h4> <p>The Google+ Android APIs are part of the Google Play services platform.</p> <p>To get started, <a href="{@docRoot}google/play-services/download.html">download and configure</a> the Google Play services SDK from the SDK Manager. <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a> the Google Play services SDK. </p> <h4>2. Run the sample</h4> Loading docs/html/google/play-services/download.jd→docs/html/google/play-services/setup.jd +10 −8 Original line number Diff line number Diff line page.title=Downloading and Configuring the Google Play services SDK page.title=Setup @jd:body <div id="qv-wrapper"> Loading @@ -24,7 +24,7 @@ page.title=Downloading and Configuring the Google Play services SDK </p> <p> To download and configure the Google Play services SDK: To set up the Google Play services SDK: </p> <ol> Loading @@ -34,19 +34,21 @@ page.title=Downloading and Configuring the Google Play services SDK </li> <li> Scroll to the bottom of the package list and select <b>Extras > Google Play services</b>. The add-on is downloaded to your computer and installed in your SDK environment at The Google Play services SDK is downloaded to your computer and installed in your Android SDK environment at <code><android-sdk-folder>/extras/google/google_play_services/</code>. </li> <li> Reference the Google Play services client library project located in <code><android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib</code> as a library project for your Android project. See the <li>Copy the <code><android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib</code> library project to a location in your project's source tree.</li> <li>If you are using Eclipse, import the library project into your workspace. Click <b>File > Import...</b>, select <b>Android > Existing Android Code into Workspace</b>, and browse to the copy of the library project to import it.</li> </li> <li>Reference the library project in your Android project. See the <a href="{@docRoot}tools/projects/projects-eclipse.html#ReferencingLibraryProject">Referencing a Library Project for Eclipse</a> or <a href="{@docRoot}tools/projects/projects-cmdline.html#ReferencingLibraryProject">Referencing a Library Project on the Command Line</a> for more information on how to do this. </li> <li>If you are using <a href="{@docRoot}tools/help/proguard.html">ProGuard</a>, add the following lines in the <code><project_directory>/proguard-project.txt</code> file: lines in the <code><project_directory>/proguard-project.txt</code> file to prevent ProGuard from stripping away required classes: <pre> -keep class * extends java.util.ListResourceBundle { Loading Loading
docs/html/google/google_toc.cs +15 −12 Original line number Diff line number Diff line Loading @@ -18,21 +18,14 @@ <span class="en">Google Play services</span></a> </div> <ul> <li><a href="<?cs var:toroot?>google/play-services/overview.html"> <span class="en">Overview</span></a> <li><a href="<?cs var:toroot?>google/play-services/setup.html"> <span class="en">Setup</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/download.html"> <span class="en">Downloading and Configuring</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/auth.html"> <span class="en">Authentication</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/analytics.html"> <span class="en">Analytics</span></a> </li> <li><a href="<?cs var:toroot?>google/play-services/plus.html"> <span class="en">Google+</span></a> </li> Loading @@ -41,9 +34,19 @@ <span class="en">Maps</span></a> </li> <li id="tree-list"> <li id="tree-list" class="nav-section"> <div class="nav-section-header"> <a href="<?cs var:toroot?>google/play-services/reference/packages.html"> <span class="en">Reference</span></a> </div> <ul> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/auth/package-summary.html">auth</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/common/package-summary.html">common</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/maps/package-summary.html">maps</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/maps.model/package-summary.html">maps.model</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/panorama/package-summary.html">panorama</a></li> <li><a href="<?cs var:toroot ?>google/play-services/reference/com/google/android/gms/plus/package-summary.html">plus</a></li> </ul> </li> </ul> </li> Loading
docs/html/google/play-services/index.jd +97 −49 Original line number Diff line number Diff line page.title=Google Maps page.landing=true page.landing.intro=Add Google maps to your Android apps and let your users explore the world. Give your users all of the benefits of the Google Maps, but with the customizations that you need for your app and users. page.landing.link=https://developers.google.com/maps/documentation/android/ page.landing.link.text=developers.google.com/maps page.landing.image=images/gps.png page.title=Google Play services header.hide=1 @jd:body <img src="{@docRoot}images/gps.png" style="float:right;" /> <p> Google Play services is a platform delivered through the Google Play Store that lets you integrate Google products into your 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="landing-banner"> <div class="col-6"> <img src="/images/google/gps.png" alt=""> </div> <div class="col-6"> <p> <a class="next-page-link topic-start-link" href="{@docRoot}google/play-services/overview.html"> OVERVIEW</a> <h1 itemprop="name" style="margin-bottom:0;">Google Play services</h1> <p itemprop="description"> </p> <div class="vspace size-1"> </div> <p>Give your apps more features to attract users on a wider range of devices. With Google Play services, your app can take advantage of the latest, Google-powered features such as Maps, Google+, and more. with automatic platform updates distributed as an APK through the Google Play store. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer. </p> <p><a class="next-page-link topic-start-link" href="/google/play-services/download.html">Setup</a></p> </div> </div> <div class="layout-content-row"> <div class="layout-content-col span-4"> <h4>Google Technology</h4> <p>Add exciting and useful Google features such as Maps, Google+, Analytics, and more to your Android apps. Easy-to-use client libraries are provided for the products in Google Play services, so you can implement the functionality you want faster. New features and products are continuously being added, so make sure to check back often.</p> <p>Google Play services provides you with easy access to Google services and is tightly integrated with the Android OS. Easy-to-use client libraries are provided for each service that let you implement the functionality you want easier and faster.</p> </div> <div class="layout-content-col span-4"> Loading @@ -40,37 +44,81 @@ and products are continuously being added, so make sure to check back often.</p> <p>All products in Google Play services share a common authentication API that leverages the existing Google accounts on the device. You and your users have a consistent and safe way to grant and receive OAuth2 authentication to Google services. Even services that are not bundled in Google Play services can take advantage of the authentication APIs as long as they accept OAuth2 tokens associated with a Google account.</p> to Google services.</p> </div> <div class="layout-content-col span-4"> <h4>Automatic Updates</h4> <p>Devices running Android 2.2 and newer and that have the Google Play Store app installed automatically receive updates to Google Play services. New products, features, and fixes are automatically pushed to a wide range of devices, old and new. You can now enhance your app with the most up-to-date version of Google Play services without worrying about your users' Android platform version.</p> <p>Devices running Android 2.2 and newer and that have the Google Play Store app automatically receive updates to Google Play services. Enhance your app with the most recent version of Google Play services without worrying about your users' Android version.</p> </div> </div> <h2>Services</h2> <div class="landing-docs"> <a href=""> <h4>Google+</h4> <p>Add social features to your app to with Google+.</p> </a> <a href=""> <h4>Google Analytics</h4> <p>Make sure you're reaching the right users and find ways to reach more with Google Analytics.</p> </a> <a href=""> <h4>Google Maps</h4> <p>Add compelling location-based features to your app to direct your users where they want to go.</p> </a> <h2>How It Works</h2> <h4 id="client-lib">The Google Play services client library</h4> <p> The client library contains the interfaces to the individual Google services and allows you to obtain authorization from users to authenticate to these services with their credentials. It also contains APIs that allow you to resolve any issues at runtime, such as a missing, disabled, or out-of-date Google Play services APK. The client library has a light footprint if you use <a href="/tools/help/proguard.html">ProGuard</a> as part of your build process, so it won't have an adverse impact on your app's file size. </p> <p> If you want to access added features or products, you can upgrade to a new version of the client library as they are released. However, upgrading is not necessary if you don't care about new features or bug fixes. We anticipate more Google services to be continuously added, so be on the lookout for these updates. </p> <div class="vspace size-2"> </div> <div class="layout-content-row"> <div class="layout-content-col span-6"> <h4 id="apk">The Google Play services APK</h4> <p> The Google Play services APK contains the individual Google services and runs as a background service in the Android OS. You interact with the background service through the client library and the service carries out the actions on your behalf. An easy-to-use authentication flow is also provided to gain access to the each Google service, which provides consistency for both you and your users. </p> <p> The Google Play services APK is delivered through the Google Play Store, so updates to the services are not dependent on carrier or OEM system image updates. In general, devices running Android 2.2 (Froyo) or later and have the Google Play Store app installed receive updates within a few days. This allows you to use the newest APIs in Google Play services and reach most of the devices in the Android ecosystem (devices older than Android 2.2 or devices without the Google Play Store app are not supported). </p> </div> <div class="layout-content-col span-6"> <img src="/images/play-services-diagram.png" /> <p class="img-caption"><em>Updates to Google Play services include access to new APIs, features, and bug fixes.</em></p> </div> </div> <h4 id="benefits">The benefits for your app</h4> <p>Google Play services gives you the freedom to use the newest APIs for popular Google services without worrying about device support. Updates to Google Play services are distributed automatically by the Google Play Store and new versions of the client library are delivered through the Android SDK Manager. This makes it easy for you to focus on what's important: your users' experience.</p> <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a> the SDK and check out the various products in the Google Play services platform now!</p>
docs/html/google/play-services/maps.jd +3 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ href="https://developers.google.com/maps/documentation/android/">developers.goog <div class="landing-docs"> <div class="col-6 normal-links"> <h3 style="clear:left">Key Developer Features</h3> <h4>Add Maps in a fragment</h4> <h4>Add maps to your app</h4> <p>With version 2 of the Google Maps Android API, you can embed maps into an activity as a fragment with a simple XML snippet. The new Maps offer exciting features such as 3D maps; indoor, satellite, terrain, and hybrid maps; Loading Loading @@ -59,8 +59,8 @@ href="https://developers.google.com/maps/documentation/android/">developers.goog <h3 style="clear:left">Getting Started</h3> <h4>1. Get the Google Play services SDK</h4> <p>The Google Maps Android APIs are part of the Google Play services platform.</p> <p>To use Google Maps, <a href="{@docRoot}google/play-services/download.html">download and configure</a> the Google Play services SDK from the SDK Manager. Then see the <a class="external-link" <p>To use Google Maps, <a href="{@docRoot}google/play-services/setup.html">set up</a> the Google Play services SDK. Then see the <a class="external-link" href="https://developers.google.com/maps/documentation/android/start#installing_the_google_maps_android_v2_api"> Getting Started guide</a> to get your API key for Maps and set up your app. </p> Loading
docs/html/google/play-services/plus.jd +2 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,8 @@ href="https://developers.google.com/+/mobile/android/">developers.google.com/+</ <h3 style="clear:left">Getting Started</h3> <h4>1. Get the Google Play services SDK</h4> <p>The Google+ Android APIs are part of the Google Play services platform.</p> <p>To get started, <a href="{@docRoot}google/play-services/download.html">download and configure</a> the Google Play services SDK from the SDK Manager. <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a> the Google Play services SDK. </p> <h4>2. Run the sample</h4> Loading
docs/html/google/play-services/download.jd→docs/html/google/play-services/setup.jd +10 −8 Original line number Diff line number Diff line page.title=Downloading and Configuring the Google Play services SDK page.title=Setup @jd:body <div id="qv-wrapper"> Loading @@ -24,7 +24,7 @@ page.title=Downloading and Configuring the Google Play services SDK </p> <p> To download and configure the Google Play services SDK: To set up the Google Play services SDK: </p> <ol> Loading @@ -34,19 +34,21 @@ page.title=Downloading and Configuring the Google Play services SDK </li> <li> Scroll to the bottom of the package list and select <b>Extras > Google Play services</b>. The add-on is downloaded to your computer and installed in your SDK environment at The Google Play services SDK is downloaded to your computer and installed in your Android SDK environment at <code><android-sdk-folder>/extras/google/google_play_services/</code>. </li> <li> Reference the Google Play services client library project located in <code><android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib</code> as a library project for your Android project. See the <li>Copy the <code><android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib</code> library project to a location in your project's source tree.</li> <li>If you are using Eclipse, import the library project into your workspace. Click <b>File > Import...</b>, select <b>Android > Existing Android Code into Workspace</b>, and browse to the copy of the library project to import it.</li> </li> <li>Reference the library project in your Android project. See the <a href="{@docRoot}tools/projects/projects-eclipse.html#ReferencingLibraryProject">Referencing a Library Project for Eclipse</a> or <a href="{@docRoot}tools/projects/projects-cmdline.html#ReferencingLibraryProject">Referencing a Library Project on the Command Line</a> for more information on how to do this. </li> <li>If you are using <a href="{@docRoot}tools/help/proguard.html">ProGuard</a>, add the following lines in the <code><project_directory>/proguard-project.txt</code> file: lines in the <code><project_directory>/proguard-project.txt</code> file to prevent ProGuard from stripping away required classes: <pre> -keep class * extends java.util.ListResourceBundle { Loading