diff --git a/docs/html/guide/google/index.jd b/docs/html/guide/google/index.jd index 95c2816b416ea..2eb83446853d3 100644 --- a/docs/html/guide/google/index.jd +++ b/docs/html/guide/google/index.jd @@ -2,96 +2,133 @@ page.title=Google Services footer.hide=1 @jd:body - -

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.

- -

The sections below highlight some of the Google Services and link you to more information about how to use them in your Android app.

- - -

Monetize Your App

- -
 
+

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

+

+ Monetize your app +

+

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

+
+   +
-
-

In-App Billing

-

Keep your users engaged by offering in-app purchases and subscriptions directly in your app. -

- Learn more » +

+ Google AdMob Ads +

+

+ Generate revenue by displaying ads in your app with multiple ad networks. +

Learn more »
-
-

Google AdMob Ads

-

Generate more revenue from your app by - displaying ads from multiple ad networks.

- Learn more » +

+ In-App Billing +

+

+ Engage users by offering features such as new content or virtual goods directly in your app. +

Learn more »
-
-

Application Licensing

-

Protect your revenue streams and integrate policies for usage into your app.

- Learn more » +

+ Application Licensing +

+

Protect your revenue streams and integrate policies for usage into your a +pp. +

Learn more »
-
- -

Manage App Distribution

- -
 
- +

+ Enhance Your App's Capabilities +

+

+ Android and Google technologies work together to provide your users with compelling interactions + with technologies such as Maps and Google+. +

+
+   +
- -
- -

Google Play Filters

-

Make sure your app gets to the right users by -declaring the hardware and software features needed by your app.

-Learn more » -
-
-

Multiple APK Support

-

Distribute different APKs based on a variety of properties such as platform version, screen size, and GLES texture compression support.

-Learn more » -
- +

+ Google Play Services +

+

+ Leverage Google products in your app with an easy to use authentication flow for your users. +

Learn more » +
- -

APK Expansion files

-

Take load off of your servers and utilize APK expansion files -to deliver up to 4 GB of assets for your Android app, free.

- -Learn more » +

+ Google Cloud Messaging +

+

+ Notify your apps of important events with messages that are lightweight and battery-saving. +

Learn more » +
+
+

+ Google Maps +

+

+ The Google Maps library for Android brings powerful mapping capabilities to your app. +

Learn more + » +
- +

+ Manage App Distribution +

+

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

+
+  
- -

Enhance Your App's Capabilities

- -
 
-
- -
-

Android Cloud-to-Device Messaging

-

Notify your apps of events with push messages that are lightweight - and battery-saving.

- Learn more » +
+

+ Filters on Google Play +

+

+ Make sure your app gets to the right users by filtering on a wide range of characteristics + such as platform versions and hardware features. +

Learn more » +
+
+

+ Multiple APK Support +

+

+ Distribute different APKs based on a variety of properties such as platform version, screen + size, and GLES texture compression support. +

Learn more » +
+
+

+ APK Expansion files +

+

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

Learn more » +
- -
-

Google Maps

-

The Google Maps library for Android lets you add powerful mapping and geo-location capabilities to your app.

- Learn more » -
-
- - -

Track Performance with Analytics

-

Google Analytics gives you powerful insights into how users find your apps - and how they use them.
Start integrating analytics to measure - your app's success.

- - -
Learn more »
- \ No newline at end of file +

+ Track Performance with Analytics +

+

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

Learn more +» diff --git a/docs/html/guide/google/play/index.jd b/docs/html/guide/google/play/index.jd deleted file mode 100644 index b11bcdca8001c..0000000000000 --- a/docs/html/guide/google/play/index.jd +++ /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 - - -
- -
\ 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 index 0000000000000..e88d31f3b202c --- /dev/null +++ b/docs/html/guide/google/play/services.jd @@ -0,0 +1,25 @@ +page.title=Google Play Services + +@jd:body + +

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.

+ + +
+ + +
\ No newline at end of file diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index fee1f3580ccbd..b1583d8f9433e 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -589,6 +589,7 @@ + - -
  • +
  • +
  • + Google Play Services +
  • +
  • Filters on Google Play
  • diff --git a/docs/html/images/c2dm.png b/docs/html/images/c2dm.png new file mode 100644 index 0000000000000..decdd1e61e7c0 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 index 0000000000000..2c5318ba5979f 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 index 0000000000000..8d44f114a03e3 Binary files /dev/null and b/docs/html/images/play_dev.png differ