Translations:Android Training/Starting Another Activity/3/en

Aus Android Wiki
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

The android:onClick attribute’s value, "sendMessage", is the name of a method in your activity that the system calls when the user clicks the button.

  1. In the java/com.mycompany.myfirstapp directory, open the MyActivity.java file.
  2. Within the MyActivity class, add the sendMessage() method stub shown below.