1 page.title=App Resources 2 page.landing=true 3 page.landing.intro=It takes more than just code to build a great app. Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more. 4 page.landing.image=images/develop/resources.png 5 6 @jd:body 7 8 <div class="landing-docs"> 9 10 <div class="col-6"> 11 <h3>Blog Articles</h3> 12 13 <a 14 href="http://android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html"> 15 <h4>New Tools For Managing Screen Sizes</h4> 16 <p>Android 3.2 includes new tools for supporting devices with a wide range of screen sizes. 17 One important result is better support for a new size of screen; what is typically called a ?7-inch? 18 tablet. This release also offers several new APIs to simplify developers? work in adjusting to 19 different screen sizes.</p> 20 </a> 21 22 <a href="http://android-developers.blogspot.com/2012/01/holo-everywhere.html"> 23 <h4>Holo Everywhere</h4> 24 <p>Before Android 4.0 the variance in system themes from device to device could make it 25 difficult to design an app with a single predictable look and feel. We set out to improve this 26 situation for the developer community in Ice Cream Sandwich and beyond.</p> 27 </a> 28 29 <a 30 href="http://android-developers.blogspot.com/2011/07/new-mode-for-apps-on-large-screens.html"> 31 <h4>New Mode for Apps on Large Screens</h4> 32 <p>Android tablets are becoming more popular, and we're pleased to note that the vast majority 33 of apps resize to the larger screens just fine. To keep the few apps that don't resize well from 34 frustrating users with awkward-looking apps on their tablets, Android 3.2 introduces a screen 35 compatibility mode that makes these apps more usable on tablets.</p> 36 </a> 37 </div> 38 39 <div class="col-6"> 40 <h3>Training</h3> 41 42 <a href="http://developer.android.com/training/basics/supporting-devices/index.html"> 43 <h4>Supporting Different Devices</h4> 44 <p>This class teaches you how to use basic platform features that leverage alternative 45 resources and other features so your app can provide an optimized user experience on a variety of 46 Android-compatible devices, using a single application package (APK).</p> 47 </a> 48 49 <a href="http://developer.android.com/training/multiscreen/index.html"> 50 <h4>Designing for Multiple Screens</h4> 51 <p>This class shows you how to implement a user interface that's optimized for several screen 52 configurations.</p> 53 </a> 54 </div> 55 </div><!-- end landing-docs --> 56