摘要: //传递对象Bundle bundle = new Bundle(); intent = new Intent(getApplicationContext(), YourActivity.class); bundle.putSerializable("youJavaBean", youJavaBean); intent.putExtras(bundle); startActivity(intent); //... 阅读全文
posted @ 2013-08-09 14:11 wanghongwin 阅读(285) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示