> Forums > Android Applikationen
H
Hello World
Erstellt
Jan. '11
|
letzte Antwort | Antwort
1
|
Aufrufe
5.5T |
2
„Gefällt mir“ |
Abos
Noch keine |
Mi., 05. Januar, 2011 um 17:46
#1
Hier die klassische Hello World Oder in diesem Fall die Hello Android Code: package com.android.helloandroid; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class HelloAndroid extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Hello, Android"); setContentView(tv); } } |
|
Mi., 05. Januar, 2011 um 17:49
|
|
Du hast bereits für diesen
Post abgestimmt...
;-)
https://t.ress.at/LbWTS/
Ähnliche Themen:
© by Ress Design Group, 2001 - 2024