Alle Übersetzungen

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

Nachricht

Es wurde eine Übersetzung gefunden.

NameAktueller Text
 V English (en)In order for the system to match this method to the method name given to <code>android:onClick</code>, the signature must be exactly as shown. Specifically, the method must:
#* Be public
#* Have a void return value
#* Have a <code>[http://developer.android.com/reference/android/view/View.html View]</code> as the only parameter (this will be the <code>View</code> that was clicked)
Next, you’ll fill in this method to read the contents of the text field and deliver that text to another activity.