当前位置:网站首页>简单的页面跳转活动
简单的页面跳转活动
2022-08-02 02:24:00 【天真小巫】
package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
public void gotoSecondActivity(View V)
{
Intent it=new Intent(this,Main2Activity.class);
startActivity(it);
}
}
package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Main2Activity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main2);
}
public void goBack(View view)
{
finish();
}
}
边栏推荐
- OC中new和init的区别
- to-be-read list
- Personal blog system project test
- "NetEase Internship" Weekly Diary (3)
- 2022 NPDP take an examination of how the results?How to query?
- C language inserted into the characters of simple exercises
- What to study after the PMP exam?The soft exam ahead is waiting for you~
- 面对职场“毕业”,PM&PMO应该如何从容的应对?如何跳槽能够大幅度升职加薪?
- 2023年起,这些地区软考成绩低于45分也能拿证
- 四元数、罗德里格斯公式、欧拉角、旋转矩阵推导和资料
猜你喜欢
Outsourcing worked for three years, it was abolished...
永磁同步电机36问(三)——SVPWM代码实现
2023年起,这些地区软考成绩低于45分也能拿证
The state status is displayed incorrectly after the openGauss switch
2022 Henan Youth Training League Game (3)
The first time I wrote a programming interview question for Niu Ke: input a string and return the letter with the most occurrences of the string
2022-08-01 mysql/stoonedb慢SQL-Q18分析
Lombok
灰度传感器、、、diy原理。。图
2022-07-30 mysql8 executes slow SQL-Q17 analysis
随机推荐
[Unity entry plan] 2D Game Kit: A preliminary understanding of the composition of 2D games
Handwriting a blogging platform ~ Day 3
2022年NPDP考完多久出成绩?怎么查询?
Good News | AR opens a new model for the textile industry, and ALVA Systems wins another award!
Nanoprobes免疫测定丨FluoroNanogold试剂免疫染色方案
Speed up your programs with bitwise operations
Handwriting a blogging platform ~ the first day
JVM调优实战
Win Go development kit installation configuration, GoLand configuration
2022河南青训联赛第(三)场
qt点云配准软件
Reflex WMS Intermediate Series 7: What should I do if I want to cancel the picking of an HD that has finished picking but has not yet been loaded?
[Server data recovery] Data recovery case of server Raid5 array mdisk disk offline
面对职场“毕业”,PM&PMO应该如何从容的应对?如何跳槽能够大幅度升职加薪?
【LeetCode每日一题】——704.二分查找
PHP uses PHPRedis and Predis
2022-07-30 mysql8 executes slow SQL-Q17 analysis
NIO's Sword
C#测试项目中属性的用法
欧拉公式的证明