編輯:高級開發
public class Helloandroid extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle icicle) {
an>super.onCreate(icicle);
TextVIEw tv = new TextVIEw(this);
tv.setText("Hello, android");
setContentVIEw(tv);
}
}
3.5 (Galileo).運行Eclipse 並選擇Help->Install New Software.在Available Software窗口中點擊Add
活動(activity)表示一個單一屏幕上的用戶界面。例如,電子郵件應用程序可能是一個活動,顯示新的電子郵件列表是另一個活動,撰寫電子郵件,閱讀電子郵件可能又是其它的活動
t frameworks,將會把android.git.kernel.org站點上的base文件夾下的所有文件和文件夾下載本地的frameworks文件夾中; 4、在
一、背景和准備 1.android 簡介android是谷歌於2007年11月5日宣布的基於Linux平台的開源手機操作系統的名稱,該平台由操作系統、中間件、用戶界面和