Android单击跳转页面事件

Android单击跳转代码如下

 //跳转页面  Home是准备要跳转的页面
startActivity(new Intent(getApplicationContext(), Home.class));
login.this.finish(); //关闭当前页面,这样欢迎页面就不会出现在返回栈中。

二哈

文章作者信息...

留下你的评论

*评论支持代码高亮<pre class="prettyprint linenums">代码</pre>

相关推荐