• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Google Services
2header.hide=1
3@jd:body
4
5<style>
6div.landing-cell,
7div.cell-icon {
8  height:150px;
9}
10div.cell-icon {
11  float:left;
12  margin-right:20px;
13}
14div.cell-icon img {
15  margin:0;
16}
17</style>
18
19<div class="landing-banner">
20
21<div class="col-6" style="min-height:0">
22  <img src="{@docRoot}images/google/google-services.png" alt="" width="340" height="193" />
23</div>
24<div class="col-6">
25
26  <h1 itemprop="name" style="margin-bottom:0;">Google Services</h1>
27  <p itemprop="description">Google offers a variety of services that help you
28build new revenue streams, manage app distribution,
29track app usage, and enhance your app with features such as maps, sign-in, and
30cloud messaging.</p>
31  <p>Although these Google services are not included in the Android platform, they are
32  supported by most Android-powered devices. When using these services, you can
33  distribute your app on Google Play to all devices running Android 2.2
34  or higher, and some services support even more devices.</p>
35</div>
36</div>
37<div>&nbsp;</div>
38
39
40
41
42
43<div style="margin-top:10px">
44<div class="col-6 normal-links" style="margin-left:0">
45
46<div class="landing-cell">
47  <div class="cell-icon">
48  <img src="{@docRoot}images/google/maps-pin.png" width="40" >
49  </div>
50    <h4><a href="{@docRoot}google/play-services/maps.html"
51    >Google Maps</a></h4>
52    <p>Include the power of Google Maps in your app
53    with an embeddable map view. You can customize the map with
54    markers and overlays, control the user's perspective, draw lines
55    and shapes, and much more.</p>
56</div>
57
58<div class="landing-cell">
59  <div class="cell-icon">
60  <img src="{@docRoot}images/google/plus-logo.png" width="40" >
61  </div>
62    <h4><a href="{@docRoot}google/play-services/plus.html"
63    >Google+</a></h4>
64    <p>Allow users to sign in with their Google account,
65    customize the user experience with Google+ info,
66    pull people into your app with interactive posts,
67    and add +1 buttons so users can recommend your content.</p>
68</div>
69
70<div class="landing-cell">
71  <div class="cell-icon">
72  <img src="{@docRoot}images/google/cloud-platform.png" width="40" >
73  </div>
74    <h4><a class="external-link" href="https://cloud.google.com/solutions/mobile"
75    >Google Cloud Platform</a></h4>
76    <p>Build and host the backend for your Android app at Google-scale. With an infrastructure
77    that is managed automatically, you can focus on your app. Then, scale to support
78    millions of users.</p>
79</div>
80
81<div class="landing-cell">
82  <div class="cell-icon">
83  <img src="{@docRoot}images/google/gcm-cloud.png" width="40" >
84  </div>
85    <h4><a href="{@docRoot}google/gcm/index.html"
86    >Google Cloud Messaging</a></h4>
87    <p>Immediately notify your users about timely events by delivering
88    lightweight messages from your web server. There are no quotas or charges
89    to use Google Cloud Messaging.</p>
90</div>
91
92</div><!-- col-6 -->
93
94
95
96
97<div class="col-6" style="margin-right:0">
98
99<div class="landing-cell">
100  <div class="cell-icon">
101    <img src="{@docRoot}images/google/iab-99c.png" width="40" />
102  </div>
103    <h4><a href="{@docRoot}google/play/billing/index.html"
104    >Google Play In-App Billing</a></h4>
105    <p>Build an app with a steady revenue stream that keeps users engaged
106    by offering new content or virtual goods directly in your app. All transactions are handled
107    by Google Play Store for a simple user experience.
108    </p>
109</div>
110
111<div class="landing-cell">
112  <div class="cell-icon">
113    <img src="{@docRoot}images/google/wallet.png" width="40" />
114  </div>
115    <h4><a href="{@docRoot}google/play-services/wallet.html"
116    >Google Wallet Instant Buy</a></h4>
117    <p>Provide fast and easy checkout in your app when selling physical goods and services.
118    Increase conversions by streamlining your purchase flow and reducing the amount of
119    information your customers need to enter.
120    </p>
121</div>
122
123<div class="landing-cell">
124  <div class="cell-icon">
125<img src="{@docRoot}images/google/analytics.png" width="40" />
126  </div>
127    <h4><a class="external-link"
128href="https://developers.google.com/analytics/devguides/collection/android/v2/"
129  >Google Analytics</a></h4>
130
131<p>Measure your success and gain insights into how users engage with your app content
132by integrating Google Analytics. You can track in-app purchases, the number of active users,
133interaction patterns, and much more.
134</p>
135</div>
136
137<div class="landing-cell">
138  <div class="cell-icon">
139    <img src="{@docRoot}images/google/google-mobile-ads.png" width="40" />
140  </div>
141    <h4><a href="{@docRoot}google/play-services/ads.html"
142    >Google Mobile Ads</a></h4>
143    <p>Display ads from Google Mobile Ads offer you an alternative revenue opportunity that leverages
144    multiple ad networks with targeted ads and several display formats.
145    </p>
146</div>
147
148</div><!-- col-6 -->
149
150</div><!-- margin wrapper -->
151
152
153
154
155