summaryrefslogtreecommitdiffstats
path: root/docs/html/offline.jd
blob: 6d4483fd15021ea4bc5a6fbb95dfe40d1f1cd9c8 (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
home=true
page.title=Welcome
excludeFromSuggestions=true
@jd:body

<style type="text/css">
#qv h2 {
  font-size:1.5em;
  font-weight:bold;
  margin:12px 0 .5em 0;
  padding:5px;
  color:#7BB026;
  border:none;
}
#qv ul li {
  padding: 0 5px 1em 0;
}
</style>
<div id="mainBodyFluid">

<h1>Welcome to the Android SDK!</h1>

<div id="qv-wrapper">
<div id="qv">
  <h2>Get Started</h2>
  <ul>
    <li>Create a <a href="{@docRoot}training/basics/firstapp/index.html">Building Your First App</a>
application</li>
    <li>Read <a href="{@docRoot}resources/browser.html?tag=sample">Sample Code</a>,
especially <a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a></li>
    <li>Read the <a href="{@docRoot}guide/components/index.html">Application
Fundamentals</a></li>
    <li>Read the <a href="{@docRoot}tools/workflow/index.html">Introduction</a> for using the SDK
tools</li>
  </ul>
</div>
</div>

<h3>If you've downloaded the Android SDK for the first time</h3>

<p>Follow the guide to <a href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a>, which
will help you setup your development environment.</p>

<h3>If you've installed new SDK components using the Android SDK Manager</h3>

<p>There's no additional setup.</p>


<div class="note">
<p><strong>Note:</strong> You are currently viewing the offline version of the Android developer
documentation. Because some features such as search and videos are network-based, not everything
will work if you are not connected to the Internet. Additionally, the online version may contain
more recently updated documents.</p>

<p>For the latest documentation, please visit
<b><a href="http://developer.android.com">developer.android.com</a></b>.
</p>
</div>