摘要:
ry as:Bundle extras =newBundle();extras.putSerializable("HashMap",Hash_Map);intent.putExtras(extras);and in second ActivityBundle bundle =this.getIntent().getExtras();if(bundle!=null){Hash_Map= bundle.getSerializable("HashMap");becuaseHashmapby default implementsSerializableso yo 阅读全文
posted @ 2013-02-23 16:24
mypzx
阅读(333)
评论(0)
推荐(0)

浙公网安备 33010602011771号