Zum Inhalt springen

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

Benutzerfreundlicher Seitentitel
(Benutzerfreundlicher Seitentitel)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:Android Training: Eine einfache Benutzeroberfläche erstellen}}
[[Datei:Viewgroup.png|thumb|Illustration of how ViewGroup objects form branches in the layout and contain View objects.]]
[[Datei:Viewgroup.png|thumb|Illustration of how ViewGroup objects form branches in the layout and contain View objects.]]
The graphical user interface for an Android app is built using a hierarchy of View and ViewGroup objects. View objects are usually UI widgets such as a button or text field and ViewGroup objects are invisible view containers that define how the child views are laid out, such as in a grid or a vertical list.
The graphical user interface for an Android app is built using a hierarchy of View and ViewGroup objects. View objects are usually UI widgets such as a button or text field and ViewGroup objects are invisible view containers that define how the child views are laid out, such as in a grid or a vertical list.
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.