summaryrefslogtreecommitdiff
path: root/docs/html/training/basics/firstapp/index.jd
blob: 48b7190b73c039bf129d192cc248f446ad7d85a4 (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
page.title=Building Your First App
page.metaDescription=If you're new to Android app development, this where you should begin. This series of lessons shows you how to create a new project, build a simple app, and run it on a device or emulator.

trainingnavtop=true
startpage=true

page.tags=sdk tools
helpoutsWidget=true

@jd:body

<div id="tb-wrapper">
<div id="tb">

<h2>Dependencies</h2>

<ul>
  <li><a href="{@docRoot}studio/index.html">Android Studio</a></li>
</ul>

</div>
</div>

<p>Welcome to Android application development!</p>

<p>This class teaches you how to build your first Android app. You’ll learn how
  to create an Android project with Android Studio and run a debuggable version
  of the app. You'll also learn some fundamentals of Android app design,
  including how to build a simple user interface and handle user input.</p>

<p>Before you start this class, download and install
  <a href="{@docRoot}studio/index.html">Android Studio</a>.</p>