blob: 48b7190b73c039bf129d192cc248f446ad7d85a4 [file] [log] [blame]
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>