摘要: 从源Activity 中传递数据//数据写入IntentIntent openWelcomeActivityIntent=new Intent();Bundle myBundelForName=new Bundle();myBundelForName.putString("Key_Name",inName.getText().toString());myBundelForName.putString("Key_Age",inAge.getText().toString());openWelcomeActivityIntent.putExtras(myBu 阅读全文
posted @ 2012-04-26 14:30 sp5i5s 阅读(136) 评论(0) 推荐(0) 编辑