Home | History | Annotate | Download | only in about
      1 page.title=Get Started
      2 excludeFromSuggestions=true
      3 walkthru=0
      4 
      5 @jd:body
      6 
      7 <p>Everything you need to start developing apps for Android is available here on
      8 developer.android.com. You'll find everything from the developer SDK, API documentation, and design
      9 guidelines, to information about the current device landscape and how you can distribute and
     10 monetize your app.</p>
     11 
     12 <p>No two apps are built in the same way, but we've structured the information you need to build an
     13 app into the following three sections that represent the general order for app development. 
     14 
     15 
     16 <style>
     17 h2.blue{color:#33B5E5}
     18 h2.blue+hr{background:#33B5E5}
     19 
     20 h2.orange{color:#FF8800}
     21 h2.orange+hr{background:#FF8800}
     22 
     23 h2.green{color:#99CC00}
     24 h2.green+hr{background:#99CC00}
     25 </style>
     26 
     27 <div class="col-4" style="margin-left:0">
     28 <h2 class="blue">1. Design</h2>
     29 
     30 <p>Before you write a single line of code, you need to design the user interface and make it fit
     31 the Android user experience. Although you may know what a user will <em>do</em> with your app, you
     32 should pause to focus on how a user will <em>interact</em> with it. Your design should be sleek,
     33 simple, powerful, and tailored to the Android experience.</p>
     34 
     35 <p>So whether you're a one-man shop or a large team, you should study the <a
     36 href="{@docRoot}design/index.html">Design</a> guidelines first.</p>
     37 </div>
     38 
     39 <div class="col-5">
     40 <h2 class="orange">2. Develop</h2>
     41 <p>Once your design is finalized, all you need are the tools to turn your app ideas into reality.
     42 Android's framework provides you the APIs to build apps that take full advantage of
     43 device hardware, connected accessory devices, the Internet, software features, and more.
     44 With the power of Android, there's no limit to the power of your apps.</p>
     45 
     46 <p>Everything you need to learn about the app framework and developer tools is in the <a
     47 href="{@docRoot}develop/index.html">Develop</a> documentation.</p>
     48 
     49 </div>
     50 
     51 
     52 <div class="col-4" style="margin-right:0">
     53 <h2 class="green">3. Distribute</h2>
     54 <p>Now your app is complete. You've built it to support a variety of screen sizes and
     55 densities, and tested it on the Android emulator and on real devices. You're ready to ship your app.</p>
     56 
     57 <p>How you proceed depends on a variety of factors, such as your monetization strategy and which
     58 types of devices your app supports. Everything you need to get started with this process is
     59 available in the <a href="{@docRoot}distribute/index.html">Distribute</a> section.</p>
     60 </div>
     61 
     62 
     63 <p style="clear:both">Now that you know what's available, get started by installing the <a
     64 href="{@docRoot}sdk/index.html">Android SDK</a>.</p>