Zum Inhalt springen

Android Training/Building a Simple User Interface: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
K (Florian verschob die Seite Android Training/Eine einfache Benutzeroberfläche erstellen nach Android Training/Building a Simple User Interface, ohne dabei eine Weiterleitung anzulegen: wird später auf deutsch übersetzt)
Keine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<languages />
<languages/>
[[Datei:Viewgroup.png|thumb|<translate><!--T:37-->
[[Datei:Viewgroup.png|thumb|<translate><!--T:37-->
Illustration of how ViewGroup objects form branches in the layout and contain View objects.</translate>]]
Illustration of how ViewGroup objects form branches in the layout and contain View objects.</translate>]]
Zeile 177: Zeile 177:


<!--T:33-->
<!--T:33-->
Here’s how your complete activity_my.xmllayout file should now look:
Here’s how your complete <code>activity_my.xml</code> layout file should now look:
</translate>
</translate>
''res/layout/activity_my.xml''
''res/layout/activity_my.xml''
Zeile 204: Zeile 204:


<!--T:35-->
<!--T:35-->
# In Android Studio, from the toolbar, click Run .
# In Android Studio, from the toolbar, click '''Run'''.
# Or from a command line, change directories to the root of your Android project and execute:
# Or from a command line, change directories to the root of your Android project and execute:</translate>
#: <code>ant debug</code>
#: <code>ant debug</code>
#: <code>adb install bin/MyFirstApp-debug.apk</code>
#: <code>adb install bin/MyFirstApp-debug.apk</code>
 
<translate>
<!--T:36-->
<!--T:36-->
Continue to the next lesson to learn how to respond to button presses, read content from the text field, start another activity, and more.
Continue to the next lesson to learn how to respond to button presses, read content from the text field, start another activity, and more.
</translate>
</translate>


{{Android Training/ Vorlage:Attribution}}
{{TNT|Android Training/Attribution}}
11.008

Bearbeitungen

Cookies helfen uns bei der Bereitstellung von Android Wiki. Durch die Nutzung von Android Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.