您的位置:首页 > 其它

支持不同的设备

2016-02-20 11:26 513 查看


Supporting Different Devices

Get
started


Dependencies and prerequisites

Android 1.6 or higher


You should also read

Application Resources
Designing for Multiple Screens

Android devices come in many shapes and sizes all around the world. With a wide range of device types, you have an opportunity to reach a huge audience with your app. In order to be as successful
as possible on Android, your app needs to adapt to various device configurations. Some of the important variations that you should consider include different languages, screen sizes, and versions of the Android platform.
This class teaches you how to use basic platform features that leverage alternative resources and other features so your app can provide an optimized user experience on a variety of Android-compatible devices, using
a single application package (APK).


Lessons

Supporting Different LanguagesLearn how to support multiple languages with alternative string resources.Supporting Different ScreensLearn how to optimize the user experience for different screen sizes and densities.Supporting Different Platform VersionsLearn how to use APIs available in new versions of Android while continuing to support older versions of Android.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: