Alle Übersetzungen

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

Nachricht

Es wurde eine Übersetzung gefunden.

NameAktueller Text
 V English (en)An <code>Intent</code> can carry data types as key-value pairs called ''extras''. The <code>putExtra()</code> method takes the key name in the first parameter and the value in the second parameter.
# At the top of the <code>MyActivity</code> class, add the <code>EXTRA_MESSAGE</code> definition as follows: