Suchergebnisse

  • <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"…
    14 KB (1.783 Wörter) - 19:23, 18. Dez. 2015
  • <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"…
    15 KB (1.783 Wörter) - 19:23, 18. Dez. 2015
  • <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"…
    15 KB (1.770 Wörter) - 19:25, 18. Dez. 2015
  • components. Android Studio includes a stub for the onCreate() method when you create a new activity. The New Android Activity window appears. In Android Studio…
    17 KB (1.791 Wörter) - 21:27, 20. Dez. 2015
  • components. Android Studio includes a stub for the onCreate() method when you create a new activity. The New Android Activity window appears. In Android Studio…
    17 KB (1.791 Wörter) - 21:27, 20. Dez. 2015
  • components. Android Studio includes a stub for the onCreate() method when you create a new activity. The New Android Activity window appears. In Android Studio…
    17 KB (1.795 Wörter) - 21:27, 20. Dez. 2015
  • external file. Android makes this easy with a resources directory in each Android project. If you created your project using the Android SDK Tools (read…
    4 KB (523 Wörter) - 19:20, 24. Dez. 2015
  • external file. Android makes this easy with a resources directory in each Android project. If you created your project using the Android SDK Tools (read…
    4 KB (523 Wörter) - 19:20, 24. Dez. 2015
  • zu belassen. Android macht die Umsetzung einfach, durch ein ressources-Ordner in jedem Android Projekt. Wenn du ein Projekt mit den Android SDK Tools erstellt…
    4 KB (519 Wörter) - 19:32, 24. Dez. 2015
  • Android Training/Supporting Different Screens (Kategorie Android Training)
    Sprachen: Deutsch • ‎English Android categorizes device screens using two general properties: size and density. You should expect that your app will be…
    6 KB (725 Wörter) - 03:55, 10. Jan. 2016
  • Sprachen: Deutsch • ‎English Android categorizes device screens using two general properties: size and density. You should expect that your app will be…
    5 KB (725 Wörter) - 03:55, 10. Jan. 2016
Android Training/Building a Simple User Interface/en
In this lesson, you create a layout in XML that includes a text field and a button. In the next lesson, your app responds when the button is pressed by sending the content of the text field to another activity. 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 buttons or text fields. ViewGroup objects are invisible view containers that define how the…