/*
* Copyright (C) 2007 Google Inc.
*
* licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expRESs or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.android.apis.app;
// Need the following import to get access to the app resources, since this
// class is in a sub-package.
import com.example.android.apis.R;
import android.app.Activity;
import android.os.Bundle;
/**
* Simple example of writing an application Activity.
* Hello World</a></h3>
<p>This demonstrates the basic code needed to write a Screen activity.</p>
<h4>Demo</h4>
App/Activity/Hello World
<h4>Source files</h4>
* <table class="LinkTable">
*<tr>
* <td >src/com.example.android.apis/app/HelloWorld.java</td>
* <td >The Hello World Screen implementation</td>
*</tr>
*<tr>
* <td >/res/any/layout/hello_world.xml</td>
* <td >Defines contents of the screen</td>
*</tr>
* </table>
*/
public class HelloWorld extends Activity
{
/**
* Initialization of the Activity after it is first created. Must at least
* call {@link android.app.Activity#setContentView setContentView()} to
* describe what is to be displayed in the screen.
*/
@Override
protected void OnCreate(Bundle savedInstanceState)
{
// Be sure to call the super class.
super.onCreate(savedInstanceState);
// See assets/res/any/layout/hello_world.xml for this
// view layout definition, which is being set here as
// the content of our screen.
setContentView(R.layout.hello_world);
}
}
相關詞條
-
api實例
Helloworld.java/* * Copyright (C) 2007 Google Inc. * * licensed...
-
J2SE核心API參考與實例
、安全性等方面的內容。結合具體的API,本書還提供了大量的編程實例,以使讀者... Edition Version 1.4.0中的核心API。它包括在J2SE平台上開發應用程式過程中經常使用到的基本API,其中涉及了AWT組件、Swing...
內容介紹 作品目錄 -
Visual Basic 6.0 API函式開發實例
字型與文本第3章 高級繪圖第5章 圖像與多媒體第6章
內容介紹 作品目錄 -
Windows API for 2000/XP實例精解
內容介紹
內容介紹 -
API庫函式
API庫函式是計算機語言庫函式之一,支持以下操作:互連控制器操作、群集拓撲操作、記憶體段操作,包括段管理和數據訪問等。
-
Windows API
Windows 這個多作業系統除了協調應用程式的執行、分配記憶體、管理資源之外, 它同時也是一個很大的服務中心,調用這個服務中心的各種服務(每一種服務就是...
簡介 發展現狀 概要介紹 表達方式 API舉例 -
API函式
API函式,作業系統除了協調應用程式的執行、記憶體分配、系統資源管理外,同時也是一個很大的服務中心,調用這個服務中心的各種服務(每一種服務是一個函式),可...
API概述 函式大全 Escape 設備 內部函式 運算函式 -
C++ API設計
API示例101.5.1 SWIG28611.2.3 外掛程式API31512.1.5
內容介紹 作者介紹 作品目錄 -
Delphi7編程實例與技巧集粹
如何實現資料夾的選定 如何實現控制項的陰影效果 如何取得檔案的大小
基本信息 內容簡介