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