Vorlage:Android Training/Content/en: Unterschied zwischen den Versionen

Aus Android Wiki
(Neue Version von externer Quelle importiert)
(Neue Version von externer Quelle importiert)
Zeile 6: Zeile 6:
| colspan="1" | {{Box|Titel=[[Special:MyLanguage/Android Training/Building Your First App|Building your first app]]|Vorlage={{TNT|Android_Training/Inhalt/Deine_erste_App}} }}
| colspan="1" | {{Box|Titel=[[Special:MyLanguage/Android Training/Building Your First App|Building your first app]]|Vorlage={{TNT|Android_Training/Inhalt/Deine_erste_App}} }}
| style="width:50%;" | {{Box|Titel=[[Special:MyLanguage/Android Training/Supporting different devices|Supporting different devices]]|Vorlage={{TNT|Android_Training/Inhalt/Supporting different devices}} }}
| style="width:50%;" | {{Box|Titel=[[Special:MyLanguage/Android Training/Supporting different devices|Supporting different devices]]|Vorlage={{TNT|Android_Training/Inhalt/Supporting different devices}} }}
|- style="vertical-align:top;"
| style="width:50%;" | {{Box|Titel=[[Special:MyLanguage/Android Training/Managing the Activity Lifecycle|Managing the Activity Lifecycle]]|Vorlage={{TNT|Android_Training/Inhalt/Managing the Activity Lifecycle}} }}
| style="width:50%;" | {{Box|Titel=[[Special:MyLanguage/Android Training/Building a Dynamic UI with Fragments|Building a Dynamic UI with Fragments]]|Vorlage={{TNT|Android_Training/Inhalt/Building a Dynamic UI with Fragments}} }}
|}
|}


<!-- weitere folgen -->
<!-- weitere folgen -->
<noinclude>[[Kategorie:Vorlage:Box]]</noinclude>
<noinclude>[[Kategorie:Vorlage:Box]]</noinclude>

Version vom 21. Dezember 2015, 04:34 Uhr

Sprachen:

Building your first app

After you've installed the Android SDK, start with this class to learn the basics about Android app development.

Creating an Android Project
Running Your Application
Building a Simple User Interface
Starting Another Activity


Supporting different devices

How to build your app with alternative resources that provide an optimized user experience on multiple device form factors using a single APK.

Supporting Different Languages
Supporting Different Screens
Supporting Different Platform Versions


Managing the Activity Lifecycle

How Android activities live and die and how to create a seamless user experience by implementing lifecycle callback methods.

Starting an Activity
Pausing and Resuming an Activity
Stopping and Restarting an Activity
Recreating an Activity


Building a Dynamic UI with Fragments

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