Android Training/Supporting different devices: Unterschied zwischen den Versionen

Aus Android Wiki
Keine Bearbeitungszusammenfassung
(Diese Seite wurde zum Übersetzen freigegeben)
 
Zeile 1: Zeile 1:
<languages />
<languages />
<translate>
<translate>
<!--T:1-->
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.
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.


<!--T:2-->
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).
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 ==
== Lessons == <!--T:3-->
</translate>
</translate>
; '''[[Spezial:MyLanguage/Android Training/Supporting Different Languages|<translate>Supporting Different Languages</translate>]]'''
; '''[[Spezial:MyLanguage/Android Training/Supporting Different Languages|<translate><!--T:4-->
: <translate>Learn how to support multiple languages with alternative string resources.</translate>
Supporting Different Languages</translate>]]'''
; '''[[Spezial:MyLanguage/Android Training/Supporting Different Screens|<translate>Supporting Different Screens</translate>]]'''
: <translate><!--T:5-->
: <translate>Learn how to optimize the user experience for different screen sizes and densities.</translate>
Learn how to support multiple languages with alternative string resources.</translate>
; '''[[Spezial:MyLanguage/Android Training/Supporting Different Platform Versions|<translate>Supporting Different Platform Versions</translate>]]'''
; '''[[Spezial:MyLanguage/Android Training/Supporting Different Screens|<translate><!--T:6-->
: <translate>Learn how to use APIs available in new versions of Android while continuing to support older versions of Android.</translate>
Supporting Different Screens</translate>]]'''
: <translate><!--T:7-->
Learn how to optimize the user experience for different screen sizes and densities.</translate>
; '''[[Spezial:MyLanguage/Android Training/Supporting Different Platform Versions|<translate><!--T:8-->
Supporting Different Platform Versions</translate>]]'''
: <translate><!--T:9-->
Learn how to use APIs available in new versions of Android while continuing to support older versions of Android.</translate>


{{TNT|Android Training/Attribution}}
{{TNT|Android Training/Attribution}}

Aktuelle Version vom 21. Dezember 2015, 03:31 Uhr

Sprachen:

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[Bearbeiten | Quelltext bearbeiten]

Supporting Different Languages
Learn how to support multiple languages with alternative string resources.
Supporting Different Screens
Learn how to optimize the user experience for different screen sizes and densities.
Supporting Different Platform Versions
Learn how to use APIs available in new versions of Android while continuing to support older versions of Android.