Suchergebnisse

Ergebnisse 1 bis 9 von 9
Erweiterte Suche

Suche in Namensräumen:

  • define the activity layout with the setContentView() method. This is where the activity performs the initial setup of the activity components. Android Studio…
    17 KB (1.795 Wörter) - 21:27, 20. Dez. 2015
  • define the activity layout with the setContentView() method. This is where the activity performs the initial setup of the activity components. Android Studio…
    17 KB (1.791 Wörter) - 21:27, 20. Dez. 2015
  • define the activity layout with the setContentView() method. This is where the activity performs the initial setup of the activity components. Android Studio…
    17 KB (1.791 Wörter) - 21:27, 20. Dez. 2015
  • Android Training (Kategorie Android Training)
    Sprachen: Deutsch • ‎English Welcome to Training for Android developers. Here you'll find sets of lessons within classes that describe how to accomplish…
    1.006 Bytes (140 Wörter) - 04:36, 18. Dez. 2015
  • Android Training/en (Kategorie Android Training)
    Sprachen: Deutsch • ‎English Welcome to Training for Android developers. Here you'll find sets of lessons within classes that describe how to accomplish…
    889 Bytes (140 Wörter) - 04:42, 18. Dez. 2015
  • Android Training/de (Kategorie Android Training)
    Sprachen: Deutsch • ‎English Willkommen zum Training für Android Entwickler. Hier findest du Lektions-Gruppen in Kursen, welche, mit Code-Beispielen, die…
    963 Bytes (139 Wörter) - 23:26, 18. Dez. 2015
  • consume system resources when your activity doesn't need them. Starting an Activity Learn the basics about the activity lifecycle, how the user can launch…
    3 KB (352 Wörter) - 20:59, 9. Feb. 2016
  • consume system resources when your activity doesn't need them. Starting an Activity Learn the basics about the activity lifecycle, how the user can launch…
    2 KB (352 Wörter) - 21:13, 9. Feb. 2016
  • consume system resources when your activity doesn't need them. Starting an Activity Learn the basics about the activity lifecycle, how the user can launch…
    2 KB (353 Wörter) - 16:35, 8. Mai 2016
Android Training/Starting Another Activity/de
Nach dem Abschluss der vorherigen Lektion hast du eine App, welche eine Activity (eine einzelne Ansicht), mit einem Textfeld und einem Button, anzeigt. In dieser Lektion wirst du einigen Code zu MyActivity hinzufügen, welcher eine neue Activity beim startet, wenn der Nutzer auf den Senden-Button klickt.