摘要: Java代码Intent intent =newIntent(FirstActivity.this, SecondActivity.class); startActivityForResult(intent, 11); //添加界面切换效果,注意只有Android的2.0(SdkVersion版本号为5)以后的版本才支持 intversion = Integer.valueOf(android.os.Build.VERSION.SDK); if(version>= 5) { overridePendingTransition(R.anim.zoomin, R.anim.zoom... 阅读全文
posted @ 2011-12-13 23:50 灰太狼_lilongmin 阅读(384) 评论(0) 推荐(0) 编辑
摘要: http://www.eoeandroid.com/forum.php?mod=viewthread&tid=67298 阅读全文
posted @ 2011-12-13 00:01 灰太狼_lilongmin 阅读(121) 评论(0) 推荐(0) 编辑