Alle Übersetzungen

Gib einen Nachrichtennamen ein, um alle verfügbaren Übersetzungen anzuzeigen.

Nachricht

Es wurde eine Übersetzung gefunden.

NameAktueller Text
 V 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.