All translations
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | The <code>android:onClick</code> attribute’s value, <code>"sendMessage"</code>, is the name of a method in your activity that the system calls when the user clicks the button. # In the <code>java/com.mycompany.myfirstapp</code> directory, open the <code>MyActivity.java</code> file. # Within the <code>MyActivity</code> class, add the <code>sendMessage()</code> method stub shown below. |