Home | History | Annotate | Download | only in performance
      1 page.title=Performance
      2 page.article=true
      3 page.metaDescription=Improve your app's performance by learning how to optimize power consumption, launch times, and other important areas of performance.
      4 
      5 meta.tags="performance"
      6 page.tags="performance"
      7 
      8 @jd:body
      9 
     10 <iframe width="448" height="252" src="//www.youtube.com/embed/qk5F6Bxqhr4?utm_source=dac&utm_medium=video&utm_content=andfuntrain&utm_campaign=udacint?rel=0&hd=1" frameborder="0" allowfullscreen style="float: right; margin: 0 0 20px 20px;"></iframe>
     11 
     12 <p>Implementing a cool idea is a great start toward an app that delights users,
     13 but it's just the beginning. The next step is maximizing your app's performance.
     14 For example, users want apps that:</p>
     15 
     16 <ul>
     17    <li>Use power sparingly.</li>
     18    <li>Start up quickly.</li>
     19    <li>Respond quickly to user interaction.</li>
     20 </ul>
     21 
     22 <p>This section provides you with the know-how you need in order to make
     23 your apps not only cool, but also performant. Read on to discover how to
     24 develop apps that are power-thrifty, responsive, efficient, and well-behaved.</p>
     25 
     26 
     27 
     28 
     29 <section class="dac-section dac-small" id="latest-games"><div class="wrap">
     30   <h2 class="norule" style="margin:0 0">More resources</h2>
     31   <div class="resource-widget resource-flow-layout col-16"
     32        data-query="collection:develop/performance/landing"
     33        data-sortOrder="random"
     34        data-cardSizes="6x6"
     35        data-maxResults="24"
     36        data-items-per-page="24"
     37        data-initial-results="3"></div>
     38   </div>
     39 </section>
     40