Dirk Dougherty | b6bc020 | 2013-07-09 13:18:15 -0700 | [diff] [blame^] | 1 | page.title=Samples |
| 2 | header.hide=1 |
| 3 | @jd:body |
| 4 | |
| 5 | <style> |
| 6 | div.landing-cell, |
| 7 | div.cell-icon { |
| 8 | height:150px; |
| 9 | } |
| 10 | div.cell-icon { |
| 11 | float:left; |
| 12 | margin-right:20px; |
| 13 | } |
| 14 | div.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;">Samples</h1> |
| 27 | <p itemprop="description">Some intro here. Overview of Samples, where to get them, |
| 28 | links to related tools and SDK, and what's new in samples. </p> |
| 29 | |
| 30 | </div> |
| 31 | </div> |
| 32 | <div> </div> |
| 33 | |
| 34 | |
| 35 | |
| 36 | |
| 37 | <div style="margin-top:10px"> |
| 38 | <div class="col-6 normal-links" style="margin-left:0"> |
| 39 | |
| 40 | <div class="landing-cell"> |
| 41 | <div class="cell-icon"> |
| 42 | <img src="{@docRoot}images/google/maps-pin.png" width="40" > |
| 43 | </div> |
| 44 | <h4><a href="{@docRoot}google/play-services/maps.html" |
| 45 | >Google Maps</a></h4> |
| 46 | <p>The power of Google Maps is available to your app |
| 47 | with an embeddable map view. You can customize the map with |
| 48 | markers and overlays, control the user's perspective, draw lines |
| 49 | and shapes, and much more.</p> |
| 50 | </div> |
| 51 | |
| 52 | </div><!-- col-6 --> |
| 53 | |
| 54 | |
| 55 | |
| 56 | |
| 57 | <div class="col-6" style="margin-right:0"> |
| 58 | |
| 59 | <div class="landing-cell"> |
| 60 | <div class="cell-icon"> |
| 61 | <img src="{@docRoot}images/google/iab-99c.png" width="40" /> |
| 62 | </div> |
| 63 | <h4><a href="{@docRoot}google/play/billing/index.html" |
| 64 | >Google Play In-App Billing</a></h4> |
| 65 | <p>Build an app with a steady revenue stream that keeps users engaged |
| 66 | by offering new content or virtual goods directly in your app. All transactions are handled |
| 67 | by Google Play Store for a simple user experience. |
| 68 | </p> |
| 69 | </div> |
| 70 | |
| 71 | </div><!-- col-6 --> |
| 72 | |
| 73 | </div><!-- margin wrapper --> |
| 74 | |
| 75 | |
| 76 | |
| 77 | |