📌  相关文章
📜  android 如何在按钮单击时启动新活动 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:47.938000             🧑  作者: Mango

代码示例2
Intent intent = new Intent(this, ActivityToBeCalled.class);
startActivity(intent);