Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1 | fullpage=true |
Dirk Dougherty | 3506ac8 | 2014-02-21 11:15:52 -0800 | [diff] [blame] | 2 | page.title=Develop Apps |
Scott Main | bbaf11f | 2014-03-27 13:01:56 -0700 | [diff] [blame] | 3 | page.viewport_width=970 |
Dirk Dougherty | 3506ac8 | 2014-02-21 11:15:52 -0800 | [diff] [blame] | 4 | meta.tags="develop, getstarted, sdk, appquality, landing" |
| 5 | section.landing=true |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 6 | header.hide=1 |
| 7 | carousel=1 |
| 8 | tabbedList=1 |
Dirk Dougherty | 5f0462a | 2013-11-19 13:15:07 -0800 | [diff] [blame] | 9 | excludeFromSuggestions=true |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 10 | @jd:body |
| 11 | |
Dirk Dougherty | 85dea52 | 2015-05-21 14:20:25 -0700 | [diff] [blame] | 12 | <section class="dac-expand dac-hero dac-section-light"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 13 | <div class="wrap"> |
| 14 | <div class="cols dac-hero-content"> |
| 15 | <div class="col-1of2 col-push-1of2 dac-hero-figure"> |
Dirk Dougherty | 7af29cc | 2015-05-18 11:32:09 -0700 | [diff] [blame] | 16 | <img class="dac-hero-image" src="{@docRoot}images/develop/hero_image_studio5_2x.png" |
| 17 | srcset="/images/develop/hero_image_studio5.png 1x, /images/develop/hero_image_studio5_2x.png 2x" /> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 18 | </div> |
| 19 | <div class="col-1of2 col-pull-1of2"> |
Dirk Dougherty | de401c8 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 20 | <h1 class="dac-hero-title">Get Started with Android Studio</h1> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 21 | <p class="dac-hero-description"> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 22 | Everything you need to build incredible app experiences on phones and tablets, Wear, TV, and Auto. </p> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 23 | </p> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 24 | <a class="dac-hero-cta" href="{@docRoot}sdk/index.html"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 25 | <span class="dac-sprite dac-auto-chevron"></span> |
| 26 | Set up Android Studio |
| 27 | </a><br> |
Dirk Dougherty | 10d44b7 | 2015-05-23 14:46:57 -0700 | [diff] [blame] | 28 | <a class="dac-hero-cta" href="{@docRoot}training/index.html"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 29 | <span class="dac-sprite dac-auto-chevron"></span> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 30 | Build your first app |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 31 | </a><br> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 32 | <a class="dac-hero-cta" href="{@docRoot}guide/index.html"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 33 | <span class="dac-sprite dac-auto-chevron"></span> |
| 34 | Learn about Android |
| 35 | </a><br> |
Dirk Dougherty | de401c8 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 36 | <a class="dac-hero-cta" href="{@docRoot}samples/index.html"> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 37 | <span class="dac-sprite dac-auto-chevron"></span> |
| 38 | Sample projects |
| 39 | </a><br> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 40 | </div> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 41 | </div> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 42 | <!--<div class="dac-section dac-small"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 43 | <div class="resource-widget resource-flow-layout col-16" |
| 44 | data-query="collection:develop/landing/mainlinks" |
| 45 | data-cardSizes="6x2" |
| 46 | data-maxResults="6"></div> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 47 | </div>--> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 48 | </div> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 49 | </section> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 50 | <div class="wrap dac-offset-parent"> |
| 51 | <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest"> |
| 52 | <i class="dac-sprite dac-arrow-down-gray"></i> |
| 53 | </a> |
| 54 | </div> |
Robert Ly | 32c0cac | 2013-02-12 10:31:42 -0800 | [diff] [blame] | 55 | |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 56 | <section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 57 | <h2 class="norule">Latest</h2> |
| 58 | <div class="resource-widget resource-flow-layout col-16" |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 59 | data-query="type:youtube+tag:develop+tag:featured, type:blog+tag:develop+tag:featured" |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 60 | data-query="collection:develop/landing/latest" |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 61 | data-sortOrder="-timestamp" |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 62 | data-cardSizes="6x6" |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 63 | data-maxResults="12" |
Dirk Dougherty | 78c688f | 2015-05-22 10:23:10 -0700 | [diff] [blame] | 64 | data-initial-results="3"></div> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 65 | </div></section> |
smain@google.com | e1c9508 | 2014-10-16 23:17:52 -0700 | [diff] [blame] | 66 | |
Dirk Dougherty | 7470945 | 2015-05-15 00:51:24 -0700 | [diff] [blame] | 67 | <section class="dac-section dac-light"><div class="wrap"> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 68 | <h1 class="dac-section-title">Tools for building apps</h1> |
| 69 | <div class="dac-section-subtitle"> |
| 70 | Insights into Android's tools and libraries to speed your development. |
| 71 | </div> |
| 72 | <div class="resource-widget resource-flow-layout col-16" |
| 73 | data-query="collection:develop/landing/tools" |
| 74 | data-cardSizes="6x6" |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 75 | data-maxResults="15" |
| 76 | data-initial-results="3" |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 77 | data-sortOrder="random"></div> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 78 | </div></section> |
Dirk Dougherty | 674b1fc | 2015-05-07 20:39:50 -0700 | [diff] [blame] | 79 | |
Dirk Dougherty | 7470945 | 2015-05-15 00:51:24 -0700 | [diff] [blame] | 80 | <section class="dac-section dac-section-light"><div class="wrap"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 81 | <h1 class="dac-section-title">Android performance patterns</h1> |
| 82 | <div class="dac-section-subtitle"> |
| 83 | Everything you need to know about improving your app’s performance. |
| 84 | </div> |
| 85 | <div class="resource-widget resource-flow-layout col-16" |
| 86 | data-query="collection:develop/landing/performance" |
| 87 | data-cardSizes="6x6" |
| 88 | data-maxResults="3"></div> |
| 89 | <ul class="dac-section-links"> |
| 90 | <li class="dac-section-link"><a href="https://www.youtube.com/playlist?list=PLOU2XLYxmsIKEOXh5TwZEv89aofHzNCiu"> |
| 91 | <span class="dac-sprite dac-auto-chevron"></span> |
| 92 | Playlist |
| 93 | </a></li> |
| 94 | </ul> |
| 95 | </div></section> |
Scott Main | 9994769 | 2013-05-20 11:54:36 -0700 | [diff] [blame] | 96 | |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 97 | <section class="dac-section dac-gray"><div class="wrap"> |
| 98 | <h1 class="dac-section-title">Ubiquitous computing on Android</h1> |
Dirk Dougherty | 674b1fc | 2015-05-07 20:39:50 -0700 | [diff] [blame] | 99 | <div class="dac-section-subtitle"> |
Dirk Dougherty | ea1f6fb | 2015-05-26 20:31:12 -0700 | [diff] [blame] | 100 | A great experience for your users across devices. |
Dirk Dougherty | 674b1fc | 2015-05-07 20:39:50 -0700 | [diff] [blame] | 101 | </div> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 102 | <div class="resource-widget resource-flow-layout col-16" |
Dirk Dougherty | 674b1fc | 2015-05-07 20:39:50 -0700 | [diff] [blame] | 103 | data-query="collection:develop/landing/ubicomp" |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 104 | data-cardSizes="6x6" |
Dirk Dougherty | 674b1fc | 2015-05-07 20:39:50 -0700 | [diff] [blame] | 105 | data-maxResults="3"></div> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 106 | <ul class="dac-section-links"> |
Dirk Dougherty | 674b1fc | 2015-05-07 20:39:50 -0700 | [diff] [blame] | 107 | <li class="dac-section-link"><a href="/wear/index.html"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 108 | <span class="dac-sprite dac-auto-chevron"></span> |
Dirk Dougherty | 674b1fc | 2015-05-07 20:39:50 -0700 | [diff] [blame] | 109 | Wear |
| 110 | </a></li> |
| 111 | <li class="dac-section-link"><a href="/tv/index.html"> |
| 112 | <span class="dac-sprite dac-auto-chevron"></span> |
| 113 | TV |
| 114 | </a></li> |
| 115 | <li class="dac-section-link"><a href="/auto/index.html"> |
| 116 | <span class="dac-sprite dac-auto-chevron"></span> |
| 117 | Auto |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 118 | </a></li> |
| 119 | </ul> |
| 120 | </div></section> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 121 | |
Dirk Dougherty | 85dea52 | 2015-05-21 14:20:25 -0700 | [diff] [blame] | 122 | <section class="dac-section dac-light" id="courses"><div class="wrap"> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 123 | <h1 class="dac-section-title">Online Courses</h1> |
| 124 | <div class="dac-section-subtitle">Free online courses from Android |
| 125 | experts that bring you step-by-step to building your own apps.</div> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 126 | <div class="resource-widget resource-flow-layout col-16" |
| 127 | data-query="collection:develop/landing/courses" |
Dirk Dougherty | 85dea52 | 2015-05-21 14:20:25 -0700 | [diff] [blame] | 128 | data-sortOrder="random" |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 129 | data-cardSizes="6x6" |
Dirk Dougherty | 78c688f | 2015-05-22 10:23:10 -0700 | [diff] [blame] | 130 | data-initial-results="6" |
| 131 | data-maxResults="12"></div> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 132 | </div></section> |