summaryrefslogtreecommitdiffstats
path: root/docs/html/google/index.jd
blob: dd6e278fe05d675f601391c5dca9b90b6fc7c8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
page.title=Google Services
header.hide=1
@jd:body

<style>
div.landing-cell,
div.cell-icon {
  height:150px;
}
div.cell-icon {
  float:left;
  margin-right:20px;
}
div.cell-icon img {
  margin:0;
}
</style>

<div class="landing-banner">
        
<div class="col-6" style="min-height:0">
  <img src="{@docRoot}images/google/google-services.png" alt="" width="340" height="193" />
</div>
<div class="col-6">

  <h1 itemprop="name" style="margin-bottom:0;">Google Services</h1>
  <p itemprop="description">Google offers a variety of services that help you
enhance your app's capabilities, build new revenue streams, manage app distribution,
and track app usage.</p>
  <p>Because these services are offered directly by Google, they're not included in
  the Android platform. Some are provided by the Google Play
  service available on devices with Google Play,
  and others require a library added to your app.</p>
</div>
</div>
<div>&nbsp;</div>




<div style="margin-top:10px">
<div class="col-6 normal-links" style="margin-left:0">

<div class="landing-cell">
  <div class="cell-icon">
  <img src="{@docRoot}images/google/maps-pin.png">
  </div>
    <h4><a href="{@docRoot}google/play-services/maps.html"
    >Google Maps</a></h4>
    <p>The power of Google Maps is available to your app
    with an embeddable map view. You can customize the map with
    markers and overlays, control the user's perspective, animate the camera, and much more.</p>
</div>

<div class="landing-cell">
  <div class="cell-icon">
  <img src="{@docRoot}images/google/plus-one.png">
  </div>
    <h4><a href="{@docRoot}google/play-services/plus.html"
    >Google+</a></h4>
    <p>Authenticate your users by allowing them to sign in with Google+.
    Provide +1 buttons that allow users to recommend your app content and build customized
    content for posts on Google+.</p>
</div>

<div class="landing-cell">
  <div class="cell-icon">
  <img src="{@docRoot}images/google/gcm-cloud.png">
  </div>
    <h4><a href="{@docRoot}google/gcm/index.html"
    >Google Cloud Messaging</a></h4>
    <p>Keep your users connected by delivering events with
    lightweight messages immediately from your web server. There are no quotas or charges
    to use Google Cloud Messaging.</p>
</div>

</div><!-- col-6 -->




<div class="col-6" style="margin-right:0">

<div class="landing-cell">
  <div class="cell-icon">
    <img src="{@docRoot}images/google/iab-99c.png" />
  </div>
    <h4><a href="{@docRoot}google/play/billing/index.html"
    >Google Play In-App Billing</a></h4>
    <p>Build an app with a steady revenue stream that keeps users engaged
    by offering new content or virtual goods directly in your app. All transactions are handled
    by Google Play Store for a simple user experience.
    </p>
</div>

<div class="landing-cell">
  <div class="cell-icon">
<img src="{@docRoot}images/google/analytics.png" />
  </div>
    <h4><a class="external-link" 
href="https://developers.google.com/analytics/devguides/collection/android/v2/"
  >Google Analytics</a></h4>

<p>Measure your success and gain deeper insights into how mobile users engage with your content
by integrating Google Analytics with your app.</p>
</div>

<div class="landing-cell">
  <div class="cell-icon">
    <img src="{@docRoot}images/google/admob-money.png" />
  </div>
    <h4><a class="external-link" href="https://developers.google.com/mobile-ads-sdk/"
    >Google AdMob Ads</a></h4>
    <p>Display ads from AdMob offer you an alternative revenue opportunity that leverages
    multiple ad networks.
    </p>
</div>
  
</div><!-- col-6 -->

</div><!-- margin wrapper -->