Home | History | Annotate | Download | only in firstapp
      1 page.title=Building Your First App
      2 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.
      3 
      4 trainingnavtop=true
      5 startpage=true
      6 
      7 page.tags=sdk tools
      8 helpoutsWidget=true
      9 
     10 @jd:body
     11 
     12 <div id="tb-wrapper">
     13 <div id="tb">
     14 
     15 <h2>Dependencies</h2>
     16 
     17 <ul>
     18   <li><a href="{@docRoot}studio/index.html">Android Studio</a></li>
     19 </ul>
     20 
     21 </div>
     22 </div>
     23 
     24 <p>Welcome to Android application development!</p>
     25 
     26 <p>This class teaches you how to build your first Android app. Youll learn how
     27   to create an Android project with Android Studio and run a debuggable version
     28   of the app. You'll also learn some fundamentals of Android app design,
     29   including how to build a simple user interface and handle user input.</p>
     30 
     31 <p>Before you start this class, download and install
     32   <a href="{@docRoot}studio/index.html">Android Studio</a>.</p>