Android 应用程序创建一个启动界面Splash Screen非常简单。比如创建一个工程MySample,主Acitity就叫MySample,创建另一个Activity叫 SplashScreen,用于显示启动界面,资源文件为splash.xml。至于如何制作SplashSceen界面,这不是本文章要讨论的东西,就此略过。
SplashScreen的代码如下:
package com.ctoof.android
import android.app.Activity
import android.content.Intent
import android.os.Bundle
import android.view.MotionEvent
public class SplashScreen extends Activity {
protected boolean _active = true
protected int _splashTime = 5000
启动vc++6.0,文件--新建--文件---c++ Source File--命名文件名,必须是以".c"结尾,然后选择你的储存位置,确定就可以进入编译界面了。编译是在第一行打上#include“stdio.h"回车后第二行main{}在这对大括号里面就可以开始编译了欢迎分享,转载请注明来源:内存溢出
评论列表(0条)