摘要:
帮助文档中的 activity生命周期图-------启动程序05-03 01:14:33.586: V/cai(223): onCreate()05-03 01:14:33.586: V/cai(223): onStart()05-03 01:14:33.586: V/cai(223): onResume()点击 模拟器上面的小房子 回到桌面 05-03 01:15:33.958: V/cai(223): onPause()05-03 01:15:34.467: V/cai(223): onStop()再点进入菜单 点击程序图标进入应用05-03 01:17:09.386: V/cai(22 阅读全文
posted @ 2013-05-02 11:40
LaoQuans
阅读(187)
评论(0)
推荐(0)
摘要:
activity 之间的跳转 1.普通跳转 //在监听器中,如onClickListener 方法中添加 Intent intent = new Intent(); intent.setClass(ActivityTestActivity.this, AnotherActivity.class); Bundle bundle = new Bundle(); //创建 bundl... 阅读全文
posted @ 2013-05-02 11:30
LaoQuans
阅读(302)
评论(0)
推荐(0)

浙公网安备 33010602011771号