Android 开发之 Activity 切换
2010-04-12 16:02:00 来源:WEB开发网核心提示:< manifest xmlns:android="http://schemas.android.com/apk/res/android"package="activity.change"android:versionCode="1"android:ve
< manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="activity.change"
android:versionCode="1"
android:versionName="1.0" >
< application android:icon="@drawable/icon" android:label="@string/app_name" >
< activity android:name=".ActivityChange"
android:label="@string/app_name" >
< intent-filter >
< action android:name="android.intent.action.MAIN" / >
< category android:name="android.intent.category.LAUNCHER" / >
< /intent-filter >
< /activity >
< activity
android:name="ActivitySecond"
/ >
< /application >
< /manifest >
更多精彩
赞助商链接