Alle Übersetzungen

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

Nachricht

Es wurde eine Übersetzung gefunden.

NameAktueller Text
 V English (en)== Create the Second Activity ==
All subclasses of <code>[http://developer.android.com/reference/android/app/Activity.html Activity]</code> must implement the <code>[http://developer.android.com/reference/android/app/Activity.html#onCreate(android.os.Bundle) onCreate()]</code> method. This method is where the activity receives the intent with the message, then renders the message. Also, the <code>onCreate()</code> method must define the activity layout with the <code>setContentView()</code> method. This is where the activity performs the initial setup of the activity components.