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

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.