blob: 6394b73eae7fe60968ad72120e3bd60d89768553 (
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
|
fullpage=true
page.viewport_width=970
no_footer_links=true
excludeFromSuggestions=true
page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers.
page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" />
@jd:body
<div class="wrap">
<div style="margin-top:40px" class="resource-widget resource-flow-layout col-16" data-query="collection:launch/static" data-sortorder=""
data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
</div>
<div style="height:30px"></div>
<div style="margin-top:600px" class="actions-bar">
<div class="wrap">
<div class="actions">
<div><a href="http://developer.android.com/sdk/index.html">Download SDK</a></div>
<div><a href="http://developer.android.com/about/start.html">Get Started</a></div>
<div><a href="http://developer.android.com/samples/index.html">Sample Code</a></div>
<div><a href="http://developer.android.com/design/videos/index.html">Videos</a></div>
<div><a href="https://developer.android.com/distribute/googleplay/developer-console.html">Developer Console</a></div>
</div><!-- end .actions -->
</div><!-- end .wrap -->
</div><!-- end .actions-bar -->
<div class="landing-rest-of-page">
<div class="landing-section" style="background-color:#f5f5f5">
<div class="wrap">
<div class="landing-section-header">
<div class="landing-h1">Android, Everywhere You Need It</div>
<div class="landing-subhead">
Android runs on hundreds of millions of handheld devices around the world, <br /> and it now supports these exciting, new form-factors.
</div>
</div>
<div class="landing-body">
<div class="landing-breakout cols">
<div class="col-3-wide">
<img src="{@docRoot}tv/images/placeholder-square.png" alt="">
<p>Wear</p>
<p class="landing-small">
Provide information on-the-go for your users, whenever they need it.
</p>
<p class="landing-small">
<a href="{@docRoot}wear">Learn about Android Wear</a>
</p>
</div>
<div class="col-3-wide">
<img src="{@docRoot}tv/images/placeholder-square.png" alt="">
<p>TV</p>
<p class="landing-small">
Build your apps for the big screen and bring your content to life.
</p>
<p class="landing-small">
<a href="{@docRoot}tv">Learn about Android TV</a>
</p>
</div>
<div class="col-3-wide">
<img src="{@docRoot}tv/images/placeholder-square.png" alt="">
<p>Auto</p>
<p class="landing-small">
Extend your music apps to automobile
entertainment systems.
</p>
<p class="landing-small">
<a href="{@docRoot}auto">Learn about Android Auto</a>
</p>
</div>
</div>
</div>
</div> <!-- end .wrap -->
</div> <!-- end .landing-section -->
|