blob: ab2c58ce25bce0166d13616b2dacab1f27b47a02 [file] [log] [blame]
Robert Ly6519ca02012-11-14 13:26:28 -08001page.title=Google Services
2@jd:body
3
4<p>
5 Google offers a variety of services that help you build new revenue streams, enhance your app's
6 capabilities, manage distribution and payloads, and track usage and installs.
7 The sections below highlight some of the services offered by Google and link you to more information about
8 how to use them in your Android app.
9</p>
10 <h2>
11 Integrate Google Products
12 </h2>
13 <img src="{@docRoot}images/gps-small.png" style="float:left; padding-right:10px">
14 <p>Utilize the most up-to-date features of Google products in your app
15 without worrying the Android versions running on your users' devices. Users receive updates to Google Play
16 services through the Google Play store whenever available, ensuring
17 that exciting, new features of your app reach the most devices possible.
18 All of this comes with an easy-to-use authentication flow for you and your users.
19 </p><a href="{@docRoot}guide/google/play-services/index.html">Learn more &raquo;</a>
20
21<div class="vspace size-1">
22 &nbsp;
23</div>
24
25<h2 id="monetization">
26 Monetize Your App
27</h2>
28<p>
29 Make the most out of your app's revenue potential by using monetization policies targeted
30 at your users' needs.
31</p>
32
33<div class="vspace size-1">
34 &nbsp;
35</div>
36
37<div class="layout-content-row">
38 <div class="layout-content-col span-6">
39 <h4>
40 Google Play In-App Billing
41 </h4>
42 <p>
43 Engage users by offering features such as new content or virtual goods directly in your app.
44 </p><a href="{@docRoot}guide/google/play/billing/index.html">Learn more &raquo;</a>
45 </div>
46
47 <div class="layout-content-col span-6">
48 <h4>
49 Google AdMob Ads
50 </h4>
51 <p>
52 Generate revenue by displaying ads in your app with multiple ad networks.
53 </p><a href="http://www.google.com/ads/admob/index.html">Learn more &raquo;</a>
54 </div>
55</div>
56
57
58
59<h2 id="gcm">
60 Receive Messages from the Cloud
61</h2>
62 <img src="/images/gcm/gcm-logo.png" width="150px" style="padding:9px; float:left">
63
64 <p>Use Google Cloud Messaging to notify your apps of important events with
65 that are lightweight and battery-saving. There are no quotas or charges
66 to use Google Cloud Messaging, no matter how big your messaging needs are.</p>
67
68 <a href="{@docRoot}guide/google/gcm/index.html">Learn more &raquo;</a>
69
70<div class="vspace size-1">
71 &nbsp;
72</div>
73
74
75<h2 id="distribution">
76 Manage App Distribution and Licensing
77</h2>
78<p>
79 Google Play allows you to manage your app distribution with features such as app licensing
80 and device filtering. Take advantage of features that let you reach the right users with
81 the right content while protecting your app from unauthorized use.
82</p>
83
84 <a href="{@docRoot}guide/google/play/dist.html">Learn more &raquo;</a>
85</div>
86