Vorlage:Android Training/Inhalt/Building a Dynamic UI with Fragments: Unterschied zwischen den Versionen

Aus Android Wiki
(Die Seite wurde neu angelegt: „<noinclude> <languages /> </noinclude> <translate> How to build a user interface for your app that is flexible enough to present multiple UI components on larg…“)
 
(Diese Seite wurde zum Übersetzen freigegeben)
 
Zeile 3: Zeile 3:
</noinclude>
</noinclude>
<translate>
<translate>
<!--T:1-->
How to build a user interface for your app that is flexible enough to present multiple UI components on large screens and a more constrained set of UI components on smaller screens—essential for building a single APK for both phones and tablets.
How to build a user interface for your app that is flexible enough to present multiple UI components on large screens and a more constrained set of UI components on smaller screens—essential for building a single APK for both phones and tablets.
</translate>
</translate>
: [[Special:MyLanguage/Android Training/Creating a Fragment|<translate>Creating a Fragment</translate>]]
: [[Special:MyLanguage/Android Training/Creating a Fragment|<translate><!--T:2-->
: [[Special:MyLanguage/Android Training/Building a Flexible UI|<translate>Building a Flexible UI</translate>]]
Creating a Fragment</translate>]]
: [[Special:MyLanguage/Android Training/Communicating with Other Fragments|<translate>Communicating with Other Fragments</translate>]]
: [[Special:MyLanguage/Android Training/Building a Flexible UI|<translate><!--T:3-->
Building a Flexible UI</translate>]]
: [[Special:MyLanguage/Android Training/Communicating with Other Fragments|<translate><!--T:4-->
Communicating with Other Fragments</translate>]]

Aktuelle Version vom 21. Dezember 2015, 04:33 Uhr

Sprachen:

How to build a user interface for your app that is flexible enough to present multiple UI components on large screens and a more constrained set of UI components on smaller screens—essential for building a single APK for both phones and tablets.

Creating a Fragment
Building a Flexible UI
Communicating with Other Fragments