summaryrefslogtreecommitdiff
path: root/docs/html/guide/google/index.jd
blob: 2eb83446853d37168c5150bf4582d13ed28d49c2 (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
126
127
128
129
130
131
132
133
134
page.title=Google Services
footer.hide=1
@jd:body

<p>
  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.
</p>
<h2 id="monetization">
  Monetize your app
</h2>
<p>
  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.
</p>
<div class="vspace size-1">
  &nbsp;
</div>
<div class="layout-content-row">
  <div class="layout-content-col span-4">
    <h4>
      Google AdMob Ads
    </h4>
    <p>
      Generate revenue by displaying ads in your app with multiple ad networks.
    </p><a href="http://www.google.com/ads/admob/index.html">Learn more &raquo;</a>
  </div>
  <div class="layout-content-col span-4">
    <h4>
      In-App Billing
    </h4>
    <p>
      Engage users by offering features such as new content or virtual goods directly in your app.
    </p><a href="{@docRoot}guide/google/play/billing/index.html">Learn more &raquo;</a>
  </div>
  <div class="layout-content-col span-4">
    <h4>
      Application Licensing
    </h4>
    <p>Protect your revenue streams and integrate policies for usage into your a
pp.
    </p><a href="{@docRoot}guide/google/play/licensing/index.html">Learn more &raquo;</a>
  </div>
</div>
<h2 id="integration">
  Enhance Your App's Capabilities
</h2>
<p>
  Android and Google technologies work together to provide your users with compelling interactions
  with technologies such as Maps and Google+.
</p>
<div class="vspace size-1">
  &nbsp;
</div>
<div class="layout-content-row">
  <div class="layout-content-col span-4">
    <h4>
      Google Play Services
    </h4><img src="{@docRoot}images/play_dev.png">
    <p>
      Leverage Google products in your app with an easy to use authentication flow for your users.
    </p><a href="{@docRoot}guide/google/play/services.html">Learn more &raquo;</a>
  </div>
  <div class="layout-content-col span-4">
    <h4>
      Google Cloud Messaging
    </h4><img src="{@docRoot}images/gcm-logo.png" width="150px" style="padding:9px;">
    <p>
      Notify your apps of important events with messages that are lightweight and battery-saving.
    </p><a href="{@docRoot}guide/google/gcm/index.html">Learn more &raquo;</a>
  </div>
  <div class="layout-content-col span-4">
    <h4>
      Google Maps
    </h4><img src="{@docRoot}images/google-apis.png">
    <p>
      The Google Maps library for Android brings powerful mapping capabilities to your app.
    </p><a href="https://developers.google.com/android/add-ons/google-apis/index">Learn more
    &raquo;</a>
  </div>
</div>
<h2 id="integration">
  Manage App Distribution
</h2>
<p>
  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.
</p>
<div class="vspace size-1">
  &nbsp;
</div>
<div class="layout-content-row">
  <div class="layout-content-col span-4">
    <h4>
      Filters on Google Play
    </h4>
    <p>
      Make sure your app gets to the right users by filtering on a wide range of characteristics
      such as platform versions and hardware features.
    </p><a href="{@docRoot}guide/google/play/filters.html">Learn more &raquo;</a>
  </div>
  <div class="layout-content-col span-4">
    <h4>
      Multiple APK Support
    </h4>
    <p>
      Distribute different APKs based on a variety of properties such as platform version, screen
      size, and GLES texture compression support.
    </p><a href="{@docRoot}guide/google/play/publishing/multiple-apks.html">Learn more &raquo;</a>
  </div>
  <div class="layout-content-col span-4">
    <h4>
      APK Expansion files
    </h4>
    <p>
      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.
    </p><a href="{@docRoot}guide/google/play/expansion-files.html">Learn more &raquo;</a>
  </div>
</div>
<h2 id="integration">
  Track Performance with Analytics
</h2>
<p>
  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.
</p><a href="https://developers.google.com/analytics/devguides/collection/android/">Learn more
&raquo;</a>