Joe Fernandez | e786688 | 2015-05-06 17:15:03 -0700 | [diff] [blame] | 1 | page.title=M Developer Preview |
| 2 | page.tags=preview |
| 3 | meta.tags="preview" |
| 4 | fullpage=true |
| 5 | page.viewport_width=970 |
| 6 | section.landing=true |
| 7 | header.hide=1 |
| 8 | footer.hide=1 |
| 9 | @jd:body |
| 10 | |
| 11 | <section class="dac-expand dac-hero dac-light"> |
| 12 | <div class="wrap"> |
| 13 | <div class="cols dac-hero-content"> |
| 14 | <div class="col-1of2 col-push-1of2 dac-hero-figure"> |
| 15 | <img class="dac-hero-image" src="/design/media/hero-material-design.png"> |
| 16 | </div> |
| 17 | <div class="col-1of2 col-pull-1of2"> |
| 18 | <h1 class="dac-hero-title">M Developer Preview</h1> |
| 19 | <p class="dac-hero-description"> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 20 | Get ready for the next official release of the platform. The preview program gives |
| 21 | you an advance look at new APIs, features, and behaviors coming to Android. |
| 22 | Test your apps and give us feedback! |
Joe Fernandez | e786688 | 2015-05-06 17:15:03 -0700 | [diff] [blame] | 23 | </p> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 24 | |
| 25 | <a class="dac-hero-cta" href="{@docRoot}preview/overview.html"> |
Joe Fernandez | e786688 | 2015-05-06 17:15:03 -0700 | [diff] [blame] | 26 | <span class="dac-sprite dac-auto-chevron"></span> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 27 | Preview Program Overview |
Joe Fernandez | e786688 | 2015-05-06 17:15:03 -0700 | [diff] [blame] | 28 | </a><br> |
| 29 | <a class="dac-hero-cta" href="{@docRoot}preview/api-overview.html"> |
| 30 | <span class="dac-sprite dac-auto-chevron"></span> |
| 31 | Review the API changes |
| 32 | </a><br> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 33 | <a class="dac-hero-cta" href="{@docRoot}preview/setup-sdk.html"> |
| 34 | <span class="dac-sprite dac-auto-chevron"></span> |
| 35 | Set up the Preview SDK |
| 36 | </a><br> |
Joe Fernandez | e786688 | 2015-05-06 17:15:03 -0700 | [diff] [blame] | 37 | <a class="dac-hero-cta" href="https://code.google.com/p/android-developer-preview/"> |
| 38 | <span class="dac-sprite dac-auto-chevron"></span> |
| 39 | Report issues |
| 40 | </a><br> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 41 | |
Joe Fernandez | e786688 | 2015-05-06 17:15:03 -0700 | [diff] [blame] | 42 | </div> |
| 43 | </div> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 44 | |
| 45 | <div class="dac-section dac-small"> |
| 46 | <div class="resource-widget resource-flow-layout col-16" |
| 47 | data-query="collection:preview/landing/resources" |
| 48 | data-cardSizes="6x2" |
Dirk Dougherty | 7470945 | 2015-05-15 00:51:24 -0700 | [diff] [blame^] | 49 | data-maxResults="3"></div> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 50 | </div> |
Joe Fernandez | e786688 | 2015-05-06 17:15:03 -0700 | [diff] [blame] | 51 | </div> |
Dirk Dougherty | 7470945 | 2015-05-15 00:51:24 -0700 | [diff] [blame^] | 52 | </section> |
| 53 | <div class="wrap dac-offset-parent"> |
| 54 | <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest"> |
| 55 | <i class="dac-sprite dac-arrow-down-gray"></i> |
| 56 | </a> |
| 57 | </div> |
| 58 | <section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap"> |
| 59 | <h2 class="norule">Latest</h2> |
| 60 | <div class="resource-widget resource-flow-layout col-16" |
| 61 | data-query="type:blog+tag:featured+tag:preview" |
| 62 | data-cardSizes="6x6" |
| 63 | data-maxResults="3"></div> |
| 64 | </div></section> |
| 65 | |
| 66 | <section class="dac-section dac-light"><div class="wrap"> |
| 67 | <h1 class="dac-section-title">Android Data Binding</h1> |
| 68 | <div class="dac-section-subtitle"> |
| 69 | A new way to manage your app's UI. |
| 70 | </div> |
| 71 | |
| 72 | <ul class="dac-section-links"> |
| 73 | <li class="dac-section-link"><a href=""> |
| 74 | <span class="dac-sprite dac-auto-chevron"></span> |
| 75 | Overview and Usage |
| 76 | </a></li> |
| 77 | <li class="dac-section-link"><a href="/google/play/filters.html"> |
| 78 | <span class="dac-sprite dac-auto-chevron"></span> |
| 79 | User Guide |
| 80 | </a></li> |
| 81 | |
| 82 | </ul> |
| 83 | </div></section> |