page.title=Designing for Multiple Screens page.tags="tablet","tv","fragments","support" page.metaDescription=Training on how to add intuitive, effective navigation for tablets and other devices. trainingnavtop=true startpage=true @jd:body
NewsReader.zip
Android powers hundreds of device types with several different screen sizes, ranging from small phones to large TV sets. Therefore, it’s important that you design your application to be compatible with all screen sizes so it’s available to as many users as possible.
But being compatible with different device types is not enough. Each screen size offers different possibilities and challenges for user interaction, so in order to truly satisfy and impress your users, your application must go beyond merely supporting multiple screens: it must optimize the user experience for each screen configuration.
This class shows you how to implement a user interface that's optimized for several screen configurations.
The code in each lesson comes from a sample application that demonstrates best practices in optimizing for multiple screens. You can download the sample (to the right) and use it as a source of reusable code for your own application.
Note: This class and the associated sample use the support library in order to use the {@link android.app.Fragment} APIs on versions lower than Android 3.0. You must download and add the library to your application in order to use all APIs in this class.