WEB开发网
开发学院手机开发Android 开发 Android 平台上的 Gphone 图像演示 阅读

Android 平台上的 Gphone 图像演示

 2010-03-23 03:45:00 来源:WEB开发网   
核心提示:package android_programmers_guide.HelloWorldImage;import android.app.Activity;import android.os.Bundle;import android.widget.ImageView;public class HelloWorldIm

package android_programmers_guide.HelloWorldImage;

import android.app.Activity;

import android.os.Bundle;

import android.widget.ImageView;

public class HelloWorldImage extends Activity {

/** Called when the activity is first created. */

@Override

public void onCreate(Bundle icicle) {

super.onCreate(icicle);

/**Hello World Image JFD*/

/**BEGIN */

/**Create the ImageView */

ImageView HelloWorldImageView = new ImageView(this);

/**Set the ImageView to helloworld.png */

HelloWorldImageView.setImageResource(S.drawable.hello);

/**Set the ContentView to the ImageView */

setContentView(HelloWorldImageView);

/**END */

}

}

Tags:Android 平台 Gphone

编辑录入:coldstar [复制链接] [打 印]
赞助商链接