Zum Inhalt springen

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

Aus Android Wiki

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.
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.